From 5f8ccfa12be82a6762efd28063f688ca421dd9b0 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 24 Mar 2000 18:25:39 +0000 Subject: ghostscript-x11: Ghostscript compiled with only X11 drivers --- print/ghostscript5-x11/Makefile | 22 ++++++++++++++++++++++ print/ghostscript5-x11/pkg/COMMENT | 1 + print/ghostscript5-x11/pkg/DESCR | 6 ++++++ print/ghostscript5-x11/pkg/PLIST | 3 +++ 4 files changed, 32 insertions(+) create mode 100644 print/ghostscript5-x11/Makefile create mode 100644 print/ghostscript5-x11/pkg/COMMENT create mode 100644 print/ghostscript5-x11/pkg/DESCR create mode 100644 print/ghostscript5-x11/pkg/PLIST diff --git a/print/ghostscript5-x11/Makefile b/print/ghostscript5-x11/Makefile new file mode 100644 index 00000000000..c9b1bebdea9 --- /dev/null +++ b/print/ghostscript5-x11/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/03/24 18:25:39 jlam Exp $ + +PKGNAME= ${DISTNAME:S/-/-x11-/} +CATEGORIES+= x11 + +DEPENDS+= ghostscript-5.50:../../print/ghostscript5 + +USE_X11= # defined + +MAKE_ENV+= USE_X11= +SCRIPTS_ENV+= USE_X11=yes + +post-extract: common-post-extract + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/obj/gs ${PREFIX}/bin/gsx11 + +post-install: + strip ${PREFIX}/bin/gsx11 + ${LN} -s gs.1 ${PREFIX}/man/man1/gsx11.1 + +.include "../../print/ghostscript5/Makefile.common" diff --git a/print/ghostscript5-x11/pkg/COMMENT b/print/ghostscript5-x11/pkg/COMMENT new file mode 100644 index 00000000000..b9fced2e874 --- /dev/null +++ b/print/ghostscript5-x11/pkg/COMMENT @@ -0,0 +1 @@ +Aladdin Postscript interpreter with X11 drivers diff --git a/print/ghostscript5-x11/pkg/DESCR b/print/ghostscript5-x11/pkg/DESCR new file mode 100644 index 00000000000..d46c8fdf4c8 --- /dev/null +++ b/print/ghostscript5-x11/pkg/DESCR @@ -0,0 +1,6 @@ +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 the ghostscript binary compiled with only +X11 drivers. diff --git a/print/ghostscript5-x11/pkg/PLIST b/print/ghostscript5-x11/pkg/PLIST new file mode 100644 index 00000000000..53047764db7 --- /dev/null +++ b/print/ghostscript5-x11/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/24 18:25:40 jlam Exp $ +bin/gsx11 +man/man1/gsx11.1 -- cgit v1.2.3