summaryrefslogtreecommitdiff
path: root/print/ghostscript-esp-nox11
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-18 22:31:58 +0000
committerjlam <jlam>2002-09-18 22:31:58 +0000
commitc6a7b4586427a8b906d529e695b860db670549ba (patch)
tree90587f792be29648035840d4667ac172d8ceef54 /print/ghostscript-esp-nox11
parent3b9b14a0a927a7f4885b2c942a3611e945cda8b5 (diff)
downloadpkgsrc-c6a7b4586427a8b906d529e695b860db670549ba.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"