aboutsummaryrefslogtreecommitdiff
path: root/graphics/frei0r-plugins
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 08:31:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 08:31:29 +0000
commitcda59ea3e25f7188d5070e5a9ee5d0af11627402 (patch)
tree933a79805e8e74784ee3f4b8399955b260e7b423 /graphics/frei0r-plugins
parent381250fd12c0b35545d8073b16e86cf0e561e9be (diff)
Notes
Diffstat (limited to 'graphics/frei0r-plugins')
-rw-r--r--graphics/frei0r-plugins/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/graphics/frei0r-plugins/Makefile b/graphics/frei0r-plugins/Makefile
index 1bbe606d8065..cc2f59e9d396 100644
--- a/graphics/frei0r-plugins/Makefile
+++ b/graphics/frei0r-plugins/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: frei0r-plugins
-# Date created: 29 June 2011
-# Whom: Alberto Villa <avilla@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTREVISION= 0
PKGNAMESUFFIX= -plugins
@@ -24,18 +19,20 @@ PLIST= ${WRKDIR}/PLIST
BUILDING_FREI0R_METAPORT= yes
-OPTIONS= GAVL "Install gavl plugins" on \
- OPENCV "Install OpenCV plugins" on
+OPTIONS_DEFINE= GAVL OPENCV
+OPTIONS_DEFAULT= GAVL OPENCV
+GAVL_DESC= Install gavl plugins
+OPENCV_DESC= Install OpenCV plugins
.include "${MASTERDIR}/Makefile"
.include <bsd.port.options.mk>
-.if !defined(WITHOUT_GAVL)
+.if ${PORT_OPTIONS:MGAVL}
RUN_DEPENDS+= ${LOCALBASE}/lib/frei0r-1/rgbparade.so:${PORTSDIR}/graphics/frei0r-plugins-gavl
.endif
-.if !defined(WITHOUT_OPENCV)
+.if ${PORT_OPTIONS:MOPENCV}
RUN_DEPENDS+= ${LOCALBASE}/lib/frei0r-1/facedetect.so:${PORTSDIR}/graphics/frei0r-plugins-opencv
.endif