aboutsummaryrefslogtreecommitdiff
path: root/graphics/frei0r-plugins
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2016-07-26 19:03:57 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2016-07-26 19:03:57 +0000
commit63096adcaa8e0ffa5d8ee02535df75760f1dda83 (patch)
treeb218abfca228401aa6d064f430e217382aa9d273 /graphics/frei0r-plugins
parenta085713ccb632d57671dbaefb485a61b18577283 (diff)
downloadports-63096adcaa8e0ffa5d8ee02535df75760f1dda83.tar.gz
ports-63096adcaa8e0ffa5d8ee02535df75760f1dda83.zip
- graphics/frei0r [2]
* Update to 1.5.0 * Update MASTER_SITES * Switch to CMake, rewrite some parts of graphics/frei0r's Makefile and patches * Remove APIDOC, DOCS and MMX options (MMX is not available in CMakeLists.txt) - graphics/frei0r-plugins * Switch to USES= metaport [1] PR: (based on) 201636 [1], 209291 [2] Submitted by: Andriy Voskoboinyk [1], myself [2] Approved by: jhale@ (maintainer, timeout > 2 months)
Notes
Notes: svn path=/head/; revision=419145
Diffstat (limited to 'graphics/frei0r-plugins')
-rw-r--r--graphics/frei0r-plugins/Makefile23
1 files changed, 4 insertions, 19 deletions
diff --git a/graphics/frei0r-plugins/Makefile b/graphics/frei0r-plugins/Makefile
index 7deec2cfaedc..2a81e36f3e2f 100644
--- a/graphics/frei0r-plugins/Makefile
+++ b/graphics/frei0r-plugins/Makefile
@@ -2,40 +2,25 @@
PORTREVISION= 0
PKGNAMESUFFIX= -plugins
-MASTER_SITES= # empty
-DISTFILES= # empty
-EXTRACT_ONLY= # empty
COMMENT= Frei0r meta-port
RUN_DEPENDS= ${LOCALBASE}/include/frei0r.h:graphics/frei0r
+USES= metaport
+
MASTERDIR= ${.CURDIR}/../frei0r
-NO_BUILD= yes
PLIST= ${WRKDIR}/PLIST
-
BUILDING_FREI0R_METAPORT= yes
OPTIONS_DEFINE= GAVL OPENCV
OPTIONS_DEFAULT= GAVL OPENCV
GAVL_DESC= Install gavl plugins
+GAVL_RUN_DEPENDS= ${LOCALBASE}/lib/frei0r-1/rgbparade.so:graphics/frei0r-plugins-gavl
OPENCV_DESC= Install OpenCV plugins
-PATCHDIR= ${.CURDIR}/files
+OPENCV_RUN_DEPENDS= ${LOCALBASE}/lib/frei0r-1/facedetect.so:graphics/frei0r-plugins-opencv
.include "${MASTERDIR}/Makefile"
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MGAVL}
-RUN_DEPENDS+= ${LOCALBASE}/lib/frei0r-1/rgbparade.so:graphics/frei0r-plugins-gavl
-.endif
-
-.if ${PORT_OPTIONS:MOPENCV}
-RUN_DEPENDS+= ${LOCALBASE}/lib/frei0r-1/facedetect.so:graphics/frei0r-plugins-opencv
-.endif
-
-do-install:
- @${DO_NADA}
-
.include <bsd.port.mk>