aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-07-13 06:46:24 +0800
committerbapt <bapt@FreeBSD.org>2015-07-13 06:46:24 +0800
commitc1a48ff214dfeaf880943dee9204cfd501c5b484 (patch)
tree74276fa9f54435164df87d6a4b5aafc2356b8a4a /print
parent59610bbc85a842600ea2e0e034bd4288572d9437 (diff)
downloadfreebsd-ports-gnome-c1a48ff214dfeaf880943dee9204cfd501c5b484.tar.gz
freebsd-ports-gnome-c1a48ff214dfeaf880943dee9204cfd501c5b484.tar.zst
freebsd-ports-gnome-c1a48ff214dfeaf880943dee9204cfd501c5b484.zip
Convert to USES=metaport
PR: 201494 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Diffstat (limited to 'print')
-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>