aboutsummaryrefslogtreecommitdiff
path: root/print/gutenprint
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-12 22:46:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-12 22:46:24 +0000
commitb60347aba03ef06974cc1bc26290269b39f19b42 (patch)
tree74276fa9f54435164df87d6a4b5aafc2356b8a4a /print/gutenprint
parent2ae76628b7665f4995c0a3a43f2f2f47c64048dc (diff)
downloadports-b60347aba03ef06974cc1bc26290269b39f19b42.tar.gz
ports-b60347aba03ef06974cc1bc26290269b39f19b42.zip
Convert to USES=metaport
PR: 201494 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Notes
Notes: svn path=/head/; revision=391855
Diffstat (limited to 'print/gutenprint')
-rw-r--r--print/gutenprint/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile
index c0d08b87a72f..bda1c1ac6194 100644
--- a/print/gutenprint/Makefile
+++ b/print/gutenprint/Makefile
@@ -5,15 +5,14 @@
PORTNAME= gutenprint
PORTVERSION= 5.2.10
CATEGORIES= print
-MASTER_SITES= # empty
-DISTFILES= # empty
-EXTRACT_ONLY= # empty
MAINTAINER= cmt@burggraben.net
COMMENT= The "meta-port" for GutenPrint
RUN_DEPENDS= gutenprint-base>0:${PORTSDIR}/print/gutenprint-base
+USES= metaport
+
OPTIONS_DEFINE= CUPS GIMP IJS FOOMATIC
OPTIONS_DEFAULT= IJS
CUPS_DESC= GutenPrint (gimp-print) Cups Drivers
@@ -25,8 +24,4 @@ GIMP_RUN_DEPENDS= gimp-gutenprint>0:${PORTSDIR}/print/gimp-gutenprint
IJS_RUN_DEPENDS= gutenprint-ijs>0:${PORTSDIR}/print/gutenprint-ijs
FOOMATIC_RUN_DEPENDS+= gutenprint-foomatic>0:${PORTSDIR}/print/gutenprint-foomatic
-NO_BUILD= yes
-
-do-install: # empty
-
.include <bsd.port.mk>