Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / frei0r-plugins / Makefile
1 # $FreeBSD$
2
3 PORTREVISION=   0
4 PKGNAMESUFFIX=  -plugins
5 MASTER_SITES=   # empty
6 DISTFILES=      # empty
7 EXTRACT_ONLY=   # empty
8
9 COMMENT=        Frei0r meta-port
10
11 # Required in order to avoid conflicts with graphics/frei0r's OPTIONS.
12 LATEST_LINK=    ${PORTNAME}${PKGNAMESUFFIX}
13
14 RUN_DEPENDS=    ${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r
15
16 MASTERDIR=      ${.CURDIR}/../frei0r
17 NO_BUILD=       yes
18 PLIST=          ${WRKDIR}/PLIST
19
20 BUILDING_FREI0R_METAPORT=       yes
21
22 OPTIONS_DEFINE= GAVL OPENCV
23 OPTIONS_DEFAULT=        GAVL OPENCV
24 GAVL_DESC=      Install gavl plugins
25 OPENCV_DESC=    Install OpenCV plugins
26
27 .include "${MASTERDIR}/Makefile"
28
29 .include <bsd.port.options.mk>
30
31 .if ${PORT_OPTIONS:MGAVL}
32 RUN_DEPENDS+=   ${LOCALBASE}/lib/frei0r-1/rgbparade.so:${PORTSDIR}/graphics/frei0r-plugins-gavl
33 .endif
34
35 .if ${PORT_OPTIONS:MOPENCV}
36 RUN_DEPENDS+=   ${LOCALBASE}/lib/frei0r-1/facedetect.so:${PORTSDIR}/graphics/frei0r-plugins-opencv
37 .endif
38
39 do-install:
40         @${DO_NADA}
41
42 .include <bsd.port.mk>