9 lines
251 B
Makefile
9 lines
251 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/11/27 17:06:59 adrianp 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"
|