View | Details | Raw Unified | Return to bug 201494
Collapse All | Expand All

(-)print/gutenprint/Makefile (-7 / +2 lines)
Lines 5-13 Link Here
5
PORTNAME=	gutenprint
5
PORTNAME=	gutenprint
6
PORTVERSION=	5.2.10
6
PORTVERSION=	5.2.10
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	# empty
9
DISTFILES=	# empty
10
EXTRACT_ONLY=	# empty
11
8
12
MAINTAINER=	cmt@burggraben.net
9
MAINTAINER=	cmt@burggraben.net
13
COMMENT=	The "meta-port" for GutenPrint
10
COMMENT=	The "meta-port" for GutenPrint
Lines 14-19 Link Here
14
11
15
RUN_DEPENDS=	gutenprint-base>0:${PORTSDIR}/print/gutenprint-base
12
RUN_DEPENDS=	gutenprint-base>0:${PORTSDIR}/print/gutenprint-base
16
13
14
USES=		metaport
15
17
OPTIONS_DEFINE=		CUPS GIMP IJS FOOMATIC
16
OPTIONS_DEFINE=		CUPS GIMP IJS FOOMATIC
18
OPTIONS_DEFAULT=	IJS
17
OPTIONS_DEFAULT=	IJS
19
CUPS_DESC=		GutenPrint (gimp-print) Cups Drivers
18
CUPS_DESC=		GutenPrint (gimp-print) Cups Drivers
Lines 25-32 Link Here
25
IJS_RUN_DEPENDS=	gutenprint-ijs>0:${PORTSDIR}/print/gutenprint-ijs
24
IJS_RUN_DEPENDS=	gutenprint-ijs>0:${PORTSDIR}/print/gutenprint-ijs
26
FOOMATIC_RUN_DEPENDS+=	gutenprint-foomatic>0:${PORTSDIR}/print/gutenprint-foomatic
25
FOOMATIC_RUN_DEPENDS+=	gutenprint-foomatic>0:${PORTSDIR}/print/gutenprint-foomatic
27
26
28
NO_BUILD=	yes
29
30
do-install:	# empty
31
32
.include <bsd.port.mk>
27
.include <bsd.port.mk>

Return to bug 201494