summaryrefslogtreecommitdiff
path: root/print/ghostscript
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-20 22:31:09 +0000
committerjlam <jlam>2001-12-20 22:31:09 +0000
commitbe550d91da94c86226cca22d3306964e5f743c0e (patch)
treeaa7e6c19e25a1ce80becd99f5e6be5d4b6842873 /print/ghostscript
parent00f9def11f745b0ad7dd66a7d5ee1aab1848d3de (diff)
downloadpkgsrc-be550d91da94c86226cca22d3306964e5f743c0e.tar.gz
Update ghostscript and ghostscript-nox11 to 6.01nb1. The changes are adding
additional printer drivers: stp: Gimp-Print/STP color inkjets for photo quality output hpijs: HP Linux Inkjet Driver for 41 HP inkjets cdj880: HP DeskJet 880 series gdi: Samsung SmartGDI laser printers This closes pkg/13351 by Ingolf Steinbach <ingolf@steinba.ch> and pkg/13902 by Thor Lancelot Simon <tls@rek.tjls.com>.
Diffstat (limited to 'print/ghostscript')
-rw-r--r--print/ghostscript/DESCR12
-rw-r--r--print/ghostscript/Makefile24
2 files changed, 21 insertions, 15 deletions
diff --git a/print/ghostscript/DESCR b/print/ghostscript/DESCR
index 2bae230a3f5..77962260cd1 100644
--- a/print/ghostscript/DESCR
+++ b/print/ghostscript/DESCR
@@ -1,8 +1,6 @@
-Ghostscript is the well-known PostScript interpreter which is
-available for all common and most esoteric platforms and supports
-many different printers and some displays.
+Ghostscript is the well-known PostScript interpreter which is available for
+all common and most esoteric platforms and supports many different printers
+and some displays.
-This version of Ghostscript includes support for the Japanese
-Vector Font library.
-
-This package contains the ghostscript binary compiled with X11 drivers.
+This version of Ghostscript includes support for the Japanese Vector Font
+library.
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile
index f85ca3ed3e9..833d2afe35c 100644
--- a/print/ghostscript/Makefile
+++ b/print/ghostscript/Makefile
@@ -1,15 +1,23 @@
-# $NetBSD: Makefile,v 1.5 2001/02/17 17:51:41 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/12/20 22:31:09 jlam Exp $
PKGNAME= ghostscript-${GS_VERS}
-
-COMMENT= Aladdin Postscript interpreter with X11 drivers
+PKGREVISION= 1
+COMMENT= Aladdin Postscript interpreter
CONFLICTS= ghostscript{,-x11,-nox11}-[0-9]*
-USE_X11= # defined
-
-# Build with the X11 display device drivers.
-#
-MAKE_ENV+= USE_X11=1
+USE_BUILDLINK_ONLY= YES
.include "../../print/ghostscript-nox11/Makefile.common"
+
+MAKEFRAGS+= ${FILESDIR}/devs.x11
+GS_DISPLAY_DEVICE= x11.dev
+XLIBS= Xt SM ICE Xext X11
+
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
+
+# arm32 compiler has an optimizer problem
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "arm32"
+CFLAGS+= -O0
+.endif