summaryrefslogtreecommitdiff
path: root/print/ghostscript-esp-nox11
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-18 22:31:58 +0000
committerjlam <jlam@pkgsrc.org>2002-09-18 22:31:58 +0000
commit0dc7c28dd822e77e1a1b06d059d939279d7abf22 (patch)
tree90587f792be29648035840d4667ac172d8ceef54 /print/ghostscript-esp-nox11
parent82e85bc8b57d57cf0c248241b36ee0dfda639059 (diff)
downloadpkgsrc-0dc7c28dd822e77e1a1b06d059d939279d7abf22.tar.gz
Initial import of ghostscript-esp-nox11-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. This package is built without support for X11 displays.
Diffstat (limited to 'print/ghostscript-esp-nox11')
-rw-r--r--print/ghostscript-esp-nox11/DESCR10
-rw-r--r--print/ghostscript-esp-nox11/Makefile8
2 files changed, 18 insertions, 0 deletions
diff --git a/print/ghostscript-esp-nox11/DESCR b/print/ghostscript-esp-nox11/DESCR
new file mode 100644
index 00000000000..eecdad9f844
--- /dev/null
+++ b/print/ghostscript-esp-nox11/DESCR
@@ -0,0 +1,10 @@
+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.
+
+This package is built without support for X11 displays.
diff --git a/print/ghostscript-esp-nox11/Makefile b/print/ghostscript-esp-nox11/Makefile
new file mode 100644
index 00000000000..44926eca59d
--- /dev/null
+++ b/print/ghostscript-esp-nox11/Makefile
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/18 22:31:58 jlam Exp $
+
+PKGNAME= ghostscript-esp-nox11-${GS_VERS}
+COMMENT= ESP/CUPS Postscript interpreter without X11 drivers
+
+CONFIGURE_ARGS+= --without-x
+
+.include "../ghostscript-esp/Makefile.common"