8 lines
234 B
Makefile
8 lines
234 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/05/30 15:39:11 dillo Exp $
|
|
|
|
PKGNAME= ghostscript-gnu-nox11-${GS_VERS}
|
|
COMMENT= GNU Postscript interpreter without X11 drivers
|
|
|
|
CONFIGURE_ARGS+= --without-x
|
|
|
|
.include "../ghostscript-gnu/Makefile.common"
|