diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 20:31:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 20:31:05 +0000 |
commit | 756f319c6881aa22409a89c7c9f5f4e08aa8ed9c (patch) | |
tree | 7d33443963ed083a2187cc7aa7d049e50ea8456a /print/ghostscript7-nox11 | |
parent | da238965e1131c20abc9f95ca634083aad710cf1 (diff) | |
download | ports-756f319c6881aa22409a89c7c9f5f4e08aa8ed9c.tar.gz ports-756f319c6881aa22409a89c7c9f5f4e08aa8ed9c.zip |
Notes
Diffstat (limited to 'print/ghostscript7-nox11')
-rw-r--r-- | print/ghostscript7-nox11/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/ghostscript7-nox11/Makefile b/print/ghostscript7-nox11/Makefile new file mode 100644 index 000000000000..957aa6522b20 --- /dev/null +++ b/print/ghostscript7-nox11/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: ghostscript-gnu-nox11 +# Date created: 23 February 2001 +# Whom: nik +# +# $FreeBSD$ +# + +WITHOUT_X11= yes + +MASTERDIR= ${.CURDIR}/../ghostscript-gnu + +.include "${MASTERDIR}/Makefile" |