svn commit: r382502 - head/graphics/gimp

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 15:14:02 UTC 2015


Author: bapt
Date: Sat Mar 28 15:14:01 2015
New Revision: 382502
URL: https://svnweb.freebsd.org/changeset/ports/382502
QAT: https://qat.redports.org/buildarchive/r382502/

Log:
  Convert to USES=metaport

Modified:
  head/graphics/gimp/Makefile

Modified: head/graphics/gimp/Makefile
==============================================================================
--- head/graphics/gimp/Makefile	Sat Mar 28 15:09:52 2015	(r382501)
+++ head/graphics/gimp/Makefile	Sat Mar 28 15:14:01 2015	(r382502)
@@ -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 at 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>


More information about the svn-ports-head mailing list