diff options
author | jlam <jlam> | 2000-05-07 02:02:23 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-05-07 02:02:23 +0000 |
commit | d82275eb86ab49e7a6670c19f59ec1ac00c28eac (patch) | |
tree | 92fc206f03bc5e9898ea949e920e9b7ccb594274 /print | |
parent | ee7ca34e3ef2b6fdf825af2eacdfd33209e02cd4 (diff) | |
download | pkgsrc-d82275eb86ab49e7a6670c19f59ec1ac00c28eac.tar.gz |
ghostscript-6.01: this package is an alias for ghostscript-x11 to
facilitate correct dependencies involving older versions of ghostscript
for binary packages.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript/Makefile | 26 | ||||
-rw-r--r-- | print/ghostscript/pkg/COMMENT | 1 | ||||
-rw-r--r-- | print/ghostscript/pkg/DESCR | 2 | ||||
-rw-r--r-- | print/ghostscript/pkg/PLIST | 2 |
4 files changed, 31 insertions, 0 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile new file mode 100644 index 00000000000..b28581b8e43 --- /dev/null +++ b/print/ghostscript/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/05/07 02:02:23 jlam Exp $ + +# This package is an alias for ghostscript-x11 to facilitate correct +# dependencies involving older versions of ghostscript for binary packages. + +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 + +USE_X11= # defined + +EXTRACT_ONLY= # empty +NO_CHECKSUM= # defined +NO_PATCH= # defined +NO_CONFIGURE= # defined +NO_BUILD= # defined + +do-install: # empty + +.include "../../mk/bsd.pkg.mk" diff --git a/print/ghostscript/pkg/COMMENT b/print/ghostscript/pkg/COMMENT new file mode 100644 index 00000000000..c97c29ec5cb --- /dev/null +++ b/print/ghostscript/pkg/COMMENT @@ -0,0 +1 @@ +Alias for ghostscript-x11 diff --git a/print/ghostscript/pkg/DESCR b/print/ghostscript/pkg/DESCR new file mode 100644 index 00000000000..827df89f779 --- /dev/null +++ b/print/ghostscript/pkg/DESCR @@ -0,0 +1,2 @@ +This package is an alias for ghostscript-x11 to facilitate correct +dependencies involving older versions of ghostscript for binary packages. diff --git a/print/ghostscript/pkg/PLIST b/print/ghostscript/pkg/PLIST new file mode 100644 index 00000000000..977f6958f4f --- /dev/null +++ b/print/ghostscript/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/07 02:02:23 jlam Exp $ +@comment this plist intentionally left empty |