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

(-)Makefile (-1 / +9 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	ghostscript8
8
PORTNAME=	ghostscript8
9
PORTVERSION=	8.64
9
PORTVERSION=	8.64
10
PORTREVISION=	6
10
PORTREVISION=	7
11
CATEGORIES=	print
11
CATEGORIES=	print
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs/} \
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs/} \
13
		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/:gs_srcs \
13
		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/:gs_srcs \
Lines 57-62 PKGMESSAGE= ${WRKDIR}/pkg-message Link Here
57
DATADIR=	${PREFIX}/share/${PORTNAME:S,8$,,}
57
DATADIR=	${PREFIX}/share/${PORTNAME:S,8$,,}
58
58
59
OPTIONS=	A4SIZE	"Set A4 (not Letter) as a default paper size"	off \
59
OPTIONS=	A4SIZE	"Set A4 (not Letter) as a default paper size"	off \
60
		CAIRO	"Enable (experimental) Cairo output device"	off \
60
		CUPS	"Enable CUPS support"	on \
61
		CUPS	"Enable CUPS support"	on \
61
		FONTCONFIG	"fontconfig support"	on \
62
		FONTCONFIG	"fontconfig support"	on \
62
		FT_BRIDGE	"FreeType bridge"	off \
63
		FT_BRIDGE	"FreeType bridge"	off \
Lines 86-91 PLIST_SUB+= GS_${D}="@comment " Link Here
86
.endif
87
.endif
87
.endfor
88
.endfor
88
89
90
.if !defined(WITH_CAIRO)
91
CONFIGURE_ARGS+=	--disable-cairo
92
.else
93
LIB_DEPENDS+=	cairo.2:${PORTSDIR}/graphics/cairo
94
CONFIGURE_ARGS+=	--enable-cairo
95
.endif
96
89
.if !defined(WITHOUT_CUPS)
97
.if !defined(WITHOUT_CUPS)
90
LIB_DEPENDS+=	cupsimage.2:${PORTSDIR}/print/cups-image
98
LIB_DEPENDS+=	cupsimage.2:${PORTSDIR}/print/cups-image
91
CONFIGURE_ARGS+=	--enable-cups
99
CONFIGURE_ARGS+=	--enable-cups

Return to bug 137634