8051917eb9
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>.
17 lines
441 B
Makefile
17 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/12/20 22:31:09 jlam Exp $
|
|
|
|
PKGNAME= ghostscript-nox11-${GS_VERS}
|
|
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
|