blob: da0085bdf83ce9a6551cc431d127c7c48e44ccdc (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.2 2002/09/13 22:27:12 jlam Exp $
PKGNAME= ghostscript-gnu-nox11-${GS_VERS}
PKGREVISION= 1
COMMENT= GNU Postscript interpreter without X11 drivers
CONFIGURE_ARGS+= --without-x
.include "../ghostscript-gnu/Makefile.common"
|