summaryrefslogtreecommitdiff
path: root/print/ghostscript-nox11/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-20 22:31:09 +0000
committerjlam <jlam>2001-12-20 22:31:09 +0000
commit57cfd2f9f2b152f0235f1eb8525d5bd7a919995c (patch)
treeaa7e6c19e25a1ce80becd99f5e6be5d4b6842873 /print/ghostscript-nox11/Makefile
parentdad729878139574942d73fd55d20e5cadad8edc4 (diff)
downloadpkgsrc-57cfd2f9f2b152f0235f1eb8525d5bd7a919995c.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-nox11/Makefile')
-rw-r--r--print/ghostscript-nox11/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/print/ghostscript-nox11/Makefile b/print/ghostscript-nox11/Makefile
index bc4aa542305..9454ab90e33 100644
--- a/print/ghostscript-nox11/Makefile
+++ b/print/ghostscript-nox11/Makefile
@@ -1,9 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 17:51:42 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/12/20 22:31:09 jlam Exp $
PKGNAME= ghostscript-nox11-${GS_VERS}
-
-COMMENT= Aladdin Postscript interpreter
+PKGREVISION= 1
+COMMENT= Aladdin Postscript interpreter without X11 drivers
CONFLICTS= ghostscript{,-x11}-[0-9]*
+USE_BUILDLINK_ONLY= YES
+
.include "../../print/ghostscript-nox11/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
+
+# arm32 compiler has an optimizer problem
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "arm32"
+CFLAGS+= -O0
+.endif