blob: c145afd91b073a64e955cccec2c8ce393615fe01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= frei0r
PORTVERSION= ${FREI0R_VERSION}
CATEGORIES= graphics
PKGNAMESUFFIX= -plugins
MAINTAINER= jhale@FreeBSD.org
COMMENT= The "meta-port" for frei0r and additional plugins
WWW= https://frei0r.dyne.org/
RUN_DEPENDS= frei0r>=${FREI0R_VERSION}:graphics/frei0r
USES= metaport
DESCR= ${.CURDIR}/../frei0r/pkg-descr
OPTIONS_DEFINE= CAIRO GAVL OPENCV
OPTIONS_DEFAULT= CAIRO GAVL OPENCV
CAIRO_DESC= Install cairo plugins
CAIRO_RUN_DEPENDS= frei0r-plugins-cairo>=${FREI0R_VERSION}:graphics/frei0r-plugins-cairo
GAVL_DESC= Install gavl plugins
GAVL_RUN_DEPENDS= frei0r-plugins-gavl>=${FREI0R_VERSION}:graphics/frei0r-plugins-gavl
OPENCV_DESC= Install OpenCV plugins
OPENCV_RUN_DEPENDS= frei0r-plugins-opencv>=${FREI0R_VERSION}:graphics/frei0r-plugins-opencv
.include "${.CURDIR}/../frei0r/version.mk"
.include <bsd.port.mk>
|