diff options
author | jlam <jlam@pkgsrc.org> | 2000-05-07 02:02:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-05-07 02:02:23 +0000 |
commit | a174b43041dc63b439362e3c952ff8e739911517 (patch) | |
tree | 92fc206f03bc5e9898ea949e920e9b7ccb594274 /print/ghostscript/Makefile | |
parent | 5b891053b8e8b1228055ff7ac332fd2bd8cfe4e6 (diff) | |
download | pkgsrc-a174b43041dc63b439362e3c952ff8e739911517.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/ghostscript/Makefile')
-rw-r--r-- | print/ghostscript/Makefile | 26 |
1 files changed, 26 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" |