summaryrefslogtreecommitdiff
path: root/print/ghostscript-nox11/Makefile
blob: 9454ab90e3365f1b8a76455fb11c9ae751dd0f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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