summaryrefslogtreecommitdiff
path: root/print/ghostscript-esp/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-18 22:28:14 +0000
committerjlam <jlam@pkgsrc.org>2002-09-18 22:28:14 +0000
commit8573e1d5a42960df6c49340951412344d3b86d33 (patch)
treef65d8c4f8144a69846512678da96cae79fab5686 /print/ghostscript-esp/Makefile
parent204db8adf84ececcabee6185696ec49dd4dc68bc (diff)
downloadpkgsrc-8573e1d5a42960df6c49340951412344d3b86d33.tar.gz
Initial import of ghostscript-esp-7.05.5.
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 ESP Ghostscript, which is a separately maintained distribution of GNU Ghostscript and distributed under the terms of the GNU Public License. ESP Ghostscript incorporates the CUPS raster printer driver, and a large number of contributed Ghostscript printer drivers.
Diffstat (limited to 'print/ghostscript-esp/Makefile')
-rw-r--r--print/ghostscript-esp/Makefile9
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"