blob: e6a10315ed7d23f3408743f07ed8bdd94924a3f5 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.7 2005/12/05 20:50:52 rillig Exp $
PKGNAME= ghostscript-gnu-nox11-${GS_VERS}
PKGREVISION= 1
COMMENT= GNU Postscript interpreter without X11 drivers
CONFIGURE_ARGS+= --without-x
.include "../../print/ghostscript-gnu/Makefile.common"
|