aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2001-03-04 19:18:59 +0000
committerNik Clayton <nik@FreeBSD.org>2001-03-04 19:18:59 +0000
commit6e1d6d9ed47bcd6ef4db90d699abe778c29f1e76 (patch)
tree333c6ae1d3e2292cf8315af6d5dcfa8a60a6c33a /print
parent77211fbcb3d0fdc206315f46d35eb0edf625d709 (diff)
downloadports-6e1d6d9ed47bcd6ef4db90d699abe778c29f1e76.tar.gz
ports-6e1d6d9ed47bcd6ef4db90d699abe778c29f1e76.zip
Slave port to turn on the NO_X variable in the ghostscript6 port, to allow
binary packages with this option. Reviewed by: alex
Notes
Notes: svn path=/head/; revision=39055
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript6-nox11/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/print/ghostscript6-nox11/Makefile b/print/ghostscript6-nox11/Makefile
new file mode 100644
index 000000000000..9275d95e2181
--- /dev/null
+++ b/print/ghostscript6-nox11/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: ghostscript6-nox11
+# Date created: 23 February 2001
+# Whom: nik
+#
+# $FreeBSD$
+#
+
+PORTNAME= ghostscript6
+PKGNAMESUFFIX= -nox11
+
+MAINTAINER= nik@freebsd.org
+
+NO_X= yes
+
+MASTERDIR= ${.CURDIR}/../ghostscript6
+
+.include "${MASTERDIR}/Makefile"