diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-13 05:44:40 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-13 05:44:40 +0000 |
commit | de150741aea2614060c127084e49b32c90e694f5 (patch) | |
tree | 142095dfac871a91408d41b0e4984a653c314653 | |
parent | b4c9b60d9e8bcfe5adef256e9e6e99615fbed1ad (diff) | |
download | pkgsrc-de150741aea2614060c127084e49b32c90e694f5.tar.gz |
Initial import of ghostscript-gnu-nox11-7.05.
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 GNU Ghostscript, which is released under the terms
of the GNU Public License, and is built without support for X11 displays.
This package also doesn't support all of the printers in the
print/ghostscript{,-nox11} packages, but does support a wider range of HP
inkjet printers through the print/hpijs package, and supports the GIMP
print inkjet printer drivers through the print/gimp-print-ijs package.
-rw-r--r-- | print/ghostscript-gnu-nox11/DESCR | 6 | ||||
-rw-r--r-- | print/ghostscript-gnu-nox11/Makefile | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/print/ghostscript-gnu-nox11/DESCR b/print/ghostscript-gnu-nox11/DESCR new file mode 100644 index 00000000000..4f773f751b3 --- /dev/null +++ b/print/ghostscript-gnu-nox11/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 GNU Ghostscript, which is released under the terms +of the GNU Public License, and is built without support for X11 displays. diff --git a/print/ghostscript-gnu-nox11/Makefile b/print/ghostscript-gnu-nox11/Makefile new file mode 100644 index 00000000000..f1bcc355b48 --- /dev/null +++ b/print/ghostscript-gnu-nox11/Makefile @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/13 05:44:40 jlam Exp $ + +PKGNAME= ghostscript-gnu-nox11-${GS_VERS} +COMMENT= GNU Postscript interpreter without X11 drivers + +CONFIGURE_ARGS+= --without-x + +.include "../ghostscript-gnu/Makefile.common" |