diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-13 05:43:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-13 05:43:26 +0000 |
commit | b4c9b60d9e8bcfe5adef256e9e6e99615fbed1ad (patch) | |
tree | 723bb8481d7ce8fbd561dc6288042c8be7d9be22 /print/ghostscript-gnu/Makefile | |
parent | df38081629a0a436c02995e936d113c94e2c3366 (diff) | |
download | pkgsrc-b4c9b60d9e8bcfe5adef256e9e6e99615fbed1ad.tar.gz |
Initial import of ghostscript-gnu-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. 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.
Diffstat (limited to 'print/ghostscript-gnu/Makefile')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile new file mode 100644 index 00000000000..8c4155dd040 --- /dev/null +++ b/print/ghostscript-gnu/Makefile @@ -0,0 +1,9 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/13 05:43:26 jlam Exp $ + +PKGNAME= ghostscript-gnu-${GS_VERS} +COMMENT= GNU Postscript interpreter + +USE_X11= # defined +CONFIGURE_ARGS+= --with-x + +.include "Makefile.common" |