diff options
author | jlam <jlam> | 2000-05-10 15:26:33 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-05-10 15:26:33 +0000 |
commit | 994f2d9f1bac93cd7518d7f1c939ce3163b71b7e (patch) | |
tree | e4ee12deb64df4c9c420d7cd391d436c2bc6c88f /print | |
parent | c3286bbb86e128b52645c878f372978ba136d7a3 (diff) | |
download | pkgsrc-994f2d9f1bac93cd7518d7f1c939ce3163b71b7e.tar.gz |
Merge into print/ghostscript. The complicated dance to support older
ghostscript packages with current packages didn't work, so simplify the
situation.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-x11/Makefile | 14 | ||||
-rw-r--r-- | print/ghostscript-x11/pkg/COMMENT | 1 | ||||
-rw-r--r-- | print/ghostscript-x11/pkg/DESCR | 8 |
3 files changed, 0 insertions, 23 deletions
diff --git a/print/ghostscript-x11/Makefile b/print/ghostscript-x11/Makefile deleted file mode 100644 index 386ed332964..00000000000 --- a/print/ghostscript-x11/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/05/07 02:05:23 jlam Exp $ - -PKGNAME= ghostscript-x11-${GS_VERS} -CATEGORIES+= x11 - -CONFLICTS= ghostscript{,-nox11}-[0-9]* - -USE_X11= # defined - -# Build with the X11 display device drivers. -# -MAKE_ENV+= USE_X11=1 - -.include "../../print/ghostscript-nox11/Makefile.common" diff --git a/print/ghostscript-x11/pkg/COMMENT b/print/ghostscript-x11/pkg/COMMENT deleted file mode 100644 index b9fced2e874..00000000000 --- a/print/ghostscript-x11/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Aladdin Postscript interpreter with X11 drivers diff --git a/print/ghostscript-x11/pkg/DESCR b/print/ghostscript-x11/pkg/DESCR deleted file mode 100644 index 2bae230a3f5..00000000000 --- a/print/ghostscript-x11/pkg/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -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. |