1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Convert to USES=metaport

This commit is contained in:
Baptiste Daroussin 2015-03-28 15:14:01 +00:00
parent 456131b06b
commit d709851946
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382502

View File

@ -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>