summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-03-24 18:25:39 +0000
committerjlam <jlam@pkgsrc.org>2000-03-24 18:25:39 +0000
commit5f8ccfa12be82a6762efd28063f688ca421dd9b0 (patch)
tree4b09c83515c31eb6370ddff5b8ffa40d37224a34
parent331d912565d2a66bce375decc5ee1d0df78eb376 (diff)
downloadpkgsrc-5f8ccfa12be82a6762efd28063f688ca421dd9b0.tar.gz
ghostscript-x11: Ghostscript compiled with only X11 drivers
-rw-r--r--print/ghostscript5-x11/Makefile22
-rw-r--r--print/ghostscript5-x11/pkg/COMMENT1
-rw-r--r--print/ghostscript5-x11/pkg/DESCR6
-rw-r--r--print/ghostscript5-x11/pkg/PLIST3
4 files changed, 32 insertions, 0 deletions
diff --git a/print/ghostscript5-x11/Makefile b/print/ghostscript5-x11/Makefile
new file mode 100644
index 00000000000..c9b1bebdea9
--- /dev/null
+++ b/print/ghostscript5-x11/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/24 18:25:39 jlam Exp $
+
+PKGNAME= ${DISTNAME:S/-/-x11-/}
+CATEGORIES+= x11
+
+DEPENDS+= ghostscript-5.50:../../print/ghostscript5
+
+USE_X11= # defined
+
+MAKE_ENV+= USE_X11=
+SCRIPTS_ENV+= USE_X11=yes
+
+post-extract: common-post-extract
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/obj/gs ${PREFIX}/bin/gsx11
+
+post-install:
+ strip ${PREFIX}/bin/gsx11
+ ${LN} -s gs.1 ${PREFIX}/man/man1/gsx11.1
+
+.include "../../print/ghostscript5/Makefile.common"
diff --git a/print/ghostscript5-x11/pkg/COMMENT b/print/ghostscript5-x11/pkg/COMMENT
new file mode 100644
index 00000000000..b9fced2e874
--- /dev/null
+++ b/print/ghostscript5-x11/pkg/COMMENT
@@ -0,0 +1 @@
+Aladdin Postscript interpreter with X11 drivers
diff --git a/print/ghostscript5-x11/pkg/DESCR b/print/ghostscript5-x11/pkg/DESCR
new file mode 100644
index 00000000000..d46c8fdf4c8
--- /dev/null
+++ b/print/ghostscript5-x11/pkg/DESCR
@@ -0,0 +1,6 @@
+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 the ghostscript binary compiled with only
+X11 drivers.
diff --git a/print/ghostscript5-x11/pkg/PLIST b/print/ghostscript5-x11/pkg/PLIST
new file mode 100644
index 00000000000..53047764db7
--- /dev/null
+++ b/print/ghostscript5-x11/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/24 18:25:40 jlam Exp $
+bin/gsx11
+man/man1/gsx11.1