63096adcaa
* 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)
26 lines
605 B
Makefile
26 lines
605 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -plugins
|
|
|
|
COMMENT= Frei0r meta-port
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/include/frei0r.h:graphics/frei0r
|
|
|
|
USES= metaport
|
|
|
|
MASTERDIR= ${.CURDIR}/../frei0r
|
|
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
|
|
OPENCV_RUN_DEPENDS= ${LOCALBASE}/lib/frei0r-1/facedetect.so:graphics/frei0r-plugins-opencv
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
.include <bsd.port.mk>
|