aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2001-03-05 03:18:59 +0800
committernik <nik@FreeBSD.org>2001-03-05 03:18:59 +0800
commit6b8f88b70237aac3594670f1187f1323f04c3237 (patch)
treee26dcc33b37a2b358a1424443698a358b721bc73 /print
parent8a2bfa16e4274c8110f60ec90116f93d93cdd739 (diff)
downloadfreebsd-ports-gnome-6b8f88b70237aac3594670f1187f1323f04c3237.tar.gz
freebsd-ports-gnome-6b8f88b70237aac3594670f1187f1323f04c3237.tar.zst
freebsd-ports-gnome-6b8f88b70237aac3594670f1187f1323f04c3237.zip
Slave port to turn on the NO_X variable in the ghostscript6 port, to allow
binary packages with this option. Reviewed by: alex
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"