diff options
author | jlam <jlam@pkgsrc.org> | 2000-05-10 15:28:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-05-10 15:28:31 +0000 |
commit | 414628a283fab170e36ff053b14339ead5ab84e0 (patch) | |
tree | 68b9390a9e676e7ee12b67db73f82ba84cfa0c18 /print/ghostscript | |
parent | a77f53ddfba3d049ff98becb4369f3647ec68536 (diff) | |
download | pkgsrc-414628a283fab170e36ff053b14339ead5ab84e0.tar.gz |
Replace contents with contents of print/ghostscript-x11 to simplify the
package structure and to get dependencies to work correctly.
Diffstat (limited to 'print/ghostscript')
-rw-r--r-- | print/ghostscript/Makefile | 28 | ||||
-rw-r--r-- | print/ghostscript/pkg/COMMENT | 2 | ||||
-rw-r--r-- | print/ghostscript/pkg/DESCR | 10 | ||||
-rw-r--r-- | print/ghostscript/pkg/PLIST | 2 |
4 files changed, 17 insertions, 25 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index b28581b8e43..3b80e1d6750 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,26 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/05/07 02:02:23 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/05/10 15:28:31 jlam Exp $ -# This package is an alias for ghostscript-x11 to facilitate correct -# dependencies involving older versions of ghostscript for binary packages. +PKGNAME= ghostscript-${GS_VERS} +CATEGORIES+= x11 -DISTNAME= ghostscript-${GS_VERS} -GS_VERS= 6.01 -CATEGORIES= print x11 -MASTER_SITES= # empty -DISTFILES= # empty - -MAINTAINER= jlam@netbsd.org - -DEPENDS+= ghostscript-x11-${GS_VERS}:../../print/ghostscript-x11 +CONFLICTS= ghostscript{,-nox11}-[0-9]* USE_X11= # defined -EXTRACT_ONLY= # empty -NO_CHECKSUM= # defined -NO_PATCH= # defined -NO_CONFIGURE= # defined -NO_BUILD= # defined - -do-install: # empty +# Build with the X11 display device drivers. +# +MAKE_ENV+= USE_X11=1 -.include "../../mk/bsd.pkg.mk" +.include "../../print/ghostscript-nox11/Makefile.common" diff --git a/print/ghostscript/pkg/COMMENT b/print/ghostscript/pkg/COMMENT index c97c29ec5cb..b9fced2e874 100644 --- a/print/ghostscript/pkg/COMMENT +++ b/print/ghostscript/pkg/COMMENT @@ -1 +1 @@ -Alias for ghostscript-x11 +Aladdin Postscript interpreter with X11 drivers diff --git a/print/ghostscript/pkg/DESCR b/print/ghostscript/pkg/DESCR index 827df89f779..2bae230a3f5 100644 --- a/print/ghostscript/pkg/DESCR +++ b/print/ghostscript/pkg/DESCR @@ -1,2 +1,8 @@ -This package is an alias for ghostscript-x11 to facilitate correct -dependencies involving older versions of ghostscript for binary packages. +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. diff --git a/print/ghostscript/pkg/PLIST b/print/ghostscript/pkg/PLIST deleted file mode 100644 index 977f6958f4f..00000000000 --- a/print/ghostscript/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/07 02:02:23 jlam Exp $ -@comment this plist intentionally left empty |