diff options
Diffstat (limited to 'print/ghostscript-esp/Makefile')
-rw-r--r-- | print/ghostscript-esp/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/print/ghostscript-esp/Makefile b/print/ghostscript-esp/Makefile new file mode 100644 index 00000000000..dbd8c94140b --- /dev/null +++ b/print/ghostscript-esp/Makefile @@ -0,0 +1,9 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/18 22:28:16 jlam Exp $ + +PKGNAME= ghostscript-esp-${GS_VERS} +COMMENT= ESP/CUPS Postscript interpreter + +USE_X11= # defined +CONFIGURE_ARGS+= --with-x + +.include "Makefile.common" |