blob: 177c26eaf3fa07ee6f655f28579790186d2b393f (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.4 2004/12/28 23:18:16 reed Exp $
PKGNAME= ghostscript-esp-nox11-${GS_VERS}
PKGREVISION= 3
COMMENT= ESP/CUPS Postscript interpreter without X11 drivers
CONFIGURE_ARGS+= --without-x
.include "../ghostscript-esp/Makefile.common"
|