mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Add meta-port for frei0r plugins.
This commit is contained in:
parent
0d91efac3a
commit
5707273936
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276671
@ -208,6 +208,7 @@
|
||||
SUBDIR += freeglut
|
||||
SUBDIR += freeimage
|
||||
SUBDIR += frei0r
|
||||
SUBDIR += frei0r-plugins
|
||||
SUBDIR += frei0r-plugins-gavl
|
||||
SUBDIR += frei0r-plugins-opencv
|
||||
SUBDIR += frontline
|
||||
|
42
graphics/frei0r-plugins/Makefile
Normal file
42
graphics/frei0r-plugins/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# New ports collection makefile for: frei0r-plugins
|
||||
# Date created: 29 June 2011
|
||||
# Whom: Alberto Villa <avilla@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -plugins
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
COMMENT= Frei0r meta-port
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../frei0r
|
||||
NO_BUILD= yes
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
|
||||
BUILDING_FREI0R_METAPORT= yes
|
||||
|
||||
OPTIONS= GAVL "Install gavl plugins" on \
|
||||
OPENCV "Install OpenCV plugins" on
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if !defined(WITHOUT_GAVL)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/frei0r-1/rgbparade.so:${PORTSDIR}/graphics/frei0r-plugins-gavl
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_OPENCV)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/frei0r-1/facedetect.so:${PORTSDIR}/graphics/frei0r-plugins-opencv
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${DO_NADA}
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Reference in New Issue
Block a user