summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-05-07 02:05:23 +0000
committerjlam <jlam@pkgsrc.org>2000-05-07 02:05:23 +0000
commit613b43bd1840f30df65ffbeebf6449e5925f2bc2 (patch)
tree54eb2317226707831870b9d2a3a5379dbcce2d76 /print
parent9ede053160ed1c1fe1233c62d7321a16dd51712b (diff)
downloadpkgsrc-613b43bd1840f30df65ffbeebf6449e5925f2bc2.tar.gz
ghostscript-x11-6.01: this package is a superset of the ghostscript-nox11
package and includes support for outputting to X11 display devices.
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-x11/Makefile14
-rw-r--r--print/ghostscript-x11/pkg/COMMENT1
-rw-r--r--print/ghostscript-x11/pkg/DESCR8
3 files changed, 23 insertions, 0 deletions
diff --git a/print/ghostscript-x11/Makefile b/print/ghostscript-x11/Makefile
new file mode 100644
index 00000000000..386ed332964
--- /dev/null
+++ b/print/ghostscript-x11/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/05/07 02:05:23 jlam Exp $
+
+PKGNAME= ghostscript-x11-${GS_VERS}
+CATEGORIES+= x11
+
+CONFLICTS= ghostscript{,-nox11}-[0-9]*
+
+USE_X11= # defined
+
+# Build with the X11 display device drivers.
+#
+MAKE_ENV+= USE_X11=1
+
+.include "../../print/ghostscript-nox11/Makefile.common"
diff --git a/print/ghostscript-x11/pkg/COMMENT b/print/ghostscript-x11/pkg/COMMENT
new file mode 100644
index 00000000000..b9fced2e874
--- /dev/null
+++ b/print/ghostscript-x11/pkg/COMMENT
@@ -0,0 +1 @@
+Aladdin Postscript interpreter with X11 drivers
diff --git a/print/ghostscript-x11/pkg/DESCR b/print/ghostscript-x11/pkg/DESCR
new file mode 100644
index 00000000000..2bae230a3f5
--- /dev/null
+++ b/print/ghostscript-x11/pkg/DESCR
@@ -0,0 +1,8 @@
+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 version of Ghostscript includes support for the Japanese
+Vector Font library.
+
+This package contains the ghostscript binary compiled with X11 drivers.