summaryrefslogtreecommitdiff
path: root/print/ghostscript/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-05-10 15:28:31 +0000
committerjlam <jlam@pkgsrc.org>2000-05-10 15:28:31 +0000
commit414628a283fab170e36ff053b14339ead5ab84e0 (patch)
tree68b9390a9e676e7ee12b67db73f82ba84cfa0c18 /print/ghostscript/Makefile
parenta77f53ddfba3d049ff98becb4369f3647ec68536 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--print/ghostscript/Makefile28
1 files changed, 8 insertions, 20 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"