diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2015-07-15 20:58:29 +0000 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2015-07-15 20:58:29 +0000 |
commit | 76bf91b497e891f6635f7ffa875bd2474e5053c5 (patch) | |
tree | 344157256776242954a8cdc522f9cb302c7553be | |
parent | 0eb92c8a6841fe7687a630197d950dba66726b63 (diff) | |
download | FreeBSD-ports-76bf91b497e891f6635f7ffa875bd2474e5053c5.zip FreeBSD-ports-76bf91b497e891f6635f7ffa875bd2474e5053c5.tar.gz |
graphics/evas_generic_loaders:
- use options helpers
- convert to USES=metaport
PR: 201568
Submitted by: s3erios@gmail.com
-rw-r--r-- | graphics/evas_generic_loaders/Makefile | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/graphics/evas_generic_loaders/Makefile b/graphics/evas_generic_loaders/Makefile index 838ecd6..c3354c8 100644 --- a/graphics/evas_generic_loaders/Makefile +++ b/graphics/evas_generic_loaders/Makefile @@ -4,31 +4,18 @@ PORTNAME= evas_generic_loaders PORTVERSION= 1.13.2 CATEGORIES= graphics enlightenment -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= enlightenment@FreeBSD.org COMMENT= Additional loaders for Evas (meta-port) -NO_BUILD= yes +USES= metaport OPTIONS_DEFINE= GST PDF PS RAW SVG XCF OPTIONS_DEFAULT=${OPTIONS_DEFINE} .for NODE in ${OPTIONS_DEFINE} ${NODE}_DESC= Install ${NODE:tl} loader +${NODE}_RUN_DEPENDS+= ${LOCALBASE}/lib/evas/utils/evas_image_loader.${NODE:tl}:${PORTSDIR}/graphics/evas_generic_loaders-${NODE:tl} .endfor -.include <bsd.port.options.mk> - -.for NODE in ${OPTIONS_DEFINE} -. if ${PORT_OPTIONS:M${NODE}} -RUN_DEPENDS+= ${LOCALBASE}/lib/evas/utils/evas_image_loader.${NODE:tl}:${PORTSDIR}/graphics/evas_generic_loaders-${NODE:tl} -. endif -.endfor - -do-install: - ${DO_NADA} - .include <bsd.port.mk> |