summaryrefslogtreecommitdiff
path: root/print/ghostscript-gnu-x11
diff options
context:
space:
mode:
authorwiz <wiz>2005-12-09 20:30:16 +0000
committerwiz <wiz>2005-12-09 20:30:16 +0000
commit5631586cf9ff190c2c3c1ad4626e54e9e9c5814e (patch)
treec837e0b844bf28b83752eac770808a25d49d83ac /print/ghostscript-gnu-x11
parent1b4b5874b761eea306b9f07531c5789e916232c7 (diff)
downloadpkgsrc-5631586cf9ff190c2c3c1ad4626e54e9e9c5814e.tar.gz
Add x11 option to the various ghostscript packages, and get rid
of the separate ghostscript*x11* packages.
Diffstat (limited to 'print/ghostscript-gnu-x11')
-rw-r--r--print/ghostscript-gnu-x11/DESCR8
-rw-r--r--print/ghostscript-gnu-x11/Makefile22
2 files changed, 0 insertions, 30 deletions
diff --git a/print/ghostscript-gnu-x11/DESCR b/print/ghostscript-gnu-x11/DESCR
deleted file mode 100644
index 092160ee32e..00000000000
--- a/print/ghostscript-gnu-x11/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 package contains GNU Ghostscript, which is released under the terms
-of the GNU General Public License, and is built with only support
-for X11 displays, the IJS client device, and image format devices,
-e.g. JPEG, PNG, TIFF, PDF, PS.
diff --git a/print/ghostscript-gnu-x11/Makefile b/print/ghostscript-gnu-x11/Makefile
deleted file mode 100644
index 5bf768e914a..00000000000
--- a/print/ghostscript-gnu-x11/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2005/12/05 20:50:53 rillig Exp $
-
-PKGNAME= ghostscript-gnu-x11-${GS_VERS}
-COMMENT= GNU Postscript interpreter with X11 and image drivers only
-
-CONFIGURE_ARGS+= --with-x
-
-# Based on the definitions for the DEVICE_DEVS* from ${WRKSRC}/src/devs.mak,
-# we clear the ones related to printer devices and preserve the display and
-# image devices.
-#
-.for N in 2 3 4 6 16 17 18 19 20
-MAKE_FLAGS+= DEVICE_DEVS${N}=
-.endfor
-
-# We keep the IJS client driver as it's a modular driver, and allows us some
-# access to real printers.
-#
-MAKE_FLAGS+= DEVICE_DEVS5="\$$(DD)ijs.dev"
-
-.include "../../mk/x11.buildlink3.mk"
-.include "../../print/ghostscript-gnu/Makefile.common"