diff options
author | jlam <jlam> | 2000-03-24 18:25:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-03-24 18:25:39 +0000 |
commit | 2eb567ad5fa6b0e921603692d0a7d8183ed35064 (patch) | |
tree | 4b09c83515c31eb6370ddff5b8ffa40d37224a34 /print | |
parent | d3b08fe7c1e935cecfeefc8ac95e8f2f45d8390a (diff) | |
download | pkgsrc-2eb567ad5fa6b0e921603692d0a7d8183ed35064.tar.gz |
ghostscript-x11: Ghostscript compiled with only X11 drivers
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript5-x11/Makefile | 22 | ||||
-rw-r--r-- | print/ghostscript5-x11/pkg/COMMENT | 1 | ||||
-rw-r--r-- | print/ghostscript5-x11/pkg/DESCR | 6 | ||||
-rw-r--r-- | print/ghostscript5-x11/pkg/PLIST | 3 |
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 |