diff options
author | nik <nik@FreeBSD.org> | 2001-03-05 03:18:59 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2001-03-05 03:18:59 +0800 |
commit | 6b8f88b70237aac3594670f1187f1323f04c3237 (patch) | |
tree | e26dcc33b37a2b358a1424443698a358b721bc73 /print | |
parent | 8a2bfa16e4274c8110f60ec90116f93d93cdd739 (diff) | |
download | freebsd-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/Makefile | 17 |
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" |