Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 15:14:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382502 - head/graphics/gimp
Message-ID:  <201503281514.t2SFE1GS090152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503281514.t2SFE1GS090152>