diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-28 23:14:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-28 23:14:01 +0800 |
commit | 01704c6c671f91aaa3f56c96cc8a3bd4715b92b1 (patch) | |
tree | 71cee614e28f8004b85c0db885387c4435c556b2 /graphics/gimp | |
parent | 7a40d74c606a59be3352e0cd76f5b97353404606 (diff) | |
download | freebsd-ports-gnome-01704c6c671f91aaa3f56c96cc8a3bd4715b92b1.tar.gz freebsd-ports-gnome-01704c6c671f91aaa3f56c96cc8a3bd4715b92b1.tar.zst freebsd-ports-gnome-01704c6c671f91aaa3f56c96cc8a3bd4715b92b1.zip |
Convert to USES=metaport
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index aab5cbe95caa..e2e6f2414850 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -7,16 +7,13 @@ DISTVERSION?= 2.8.14 PORTREVISION?= 0 PORTEPOCH?= 2 CATEGORIES= graphics gnome -MASTER_SITES?= # empty -DISTFILES?= # empty -EXTRACT_ONLY?= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= The "meta-port" for The Gimp RUN_DEPENDS= gimp-2.8:${PORTSDIR}/graphics/gimp-app -USES+= cpe +USES+= cpe metaport CPE_PRODUCT= gimp CPE_VENDOR= gnu @@ -26,23 +23,9 @@ PYTHON_DESC= Python-fu support PRINT_DESC= Gutenprint (gimp-print) plugin HELP_DESC= Gimp-Help (50+MB distfile) -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MHELP} -RUN_DEPENDS+= en-gimp-help-html>=0:${PORTSDIR}/misc/gimp-help-en -.endif - -.if ${PORT_OPTIONS:MPYTHON} -RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp -.endif - -.if ${PORT_OPTIONS:MPRINT} -RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:${PORTSDIR}/print/gimp-gutenprint -RUN_DEPENDS+= gutenprint>0:${PORTSDIR}/print/gutenprint -.endif +HELP_RUN_DEPENDS+= en-gimp-help-html>=0:${PORTSDIR}/misc/gimp-help-en +PYTHON_RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp +PRINT_RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:${PORTSDIR}/print/gimp-gutenprint +PRINT_RUN_DEPENDS+= gutenprint>0:${PORTSDIR}/print/gutenprint .include <bsd.port.mk> |