summaryrefslogtreecommitdiff
path: root/print/ghostscript-gnu/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-13 05:43:26 +0000
committerjlam <jlam@pkgsrc.org>2002-09-13 05:43:26 +0000
commitb4c9b60d9e8bcfe5adef256e9e6e99615fbed1ad (patch)
tree723bb8481d7ce8fbd561dc6288042c8be7d9be22 /print/ghostscript-gnu/Makefile
parentdf38081629a0a436c02995e936d113c94e2c3366 (diff)
downloadpkgsrc-b4c9b60d9e8bcfe5adef256e9e6e99615fbed1ad.tar.gz
Initial import of ghostscript-gnu-7.05.
Ghostscript is the well-known PostScript interpreter which is available for all common and most esoteric platforms and supports many different printers and some displays. This package contains GNU Ghostscript, which is released under the terms of the GNU Public License. This package also doesn't support all of the printers in the print/ghostscript{,-nox11} packages, but does support a wider range of HP inkjet printers through the print/hpijs package, and supports the GIMP print inkjet printer drivers through the print/gimp-print-ijs package.
Diffstat (limited to 'print/ghostscript-gnu/Makefile')
-rw-r--r--print/ghostscript-gnu/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile
new file mode 100644
index 00000000000..8c4155dd040
--- /dev/null
+++ b/print/ghostscript-gnu/Makefile
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/13 05:43:26 jlam Exp $
+
+PKGNAME= ghostscript-gnu-${GS_VERS}
+COMMENT= GNU Postscript interpreter
+
+USE_X11= # defined
+CONFIGURE_ARGS+= --with-x
+
+.include "Makefile.common"