diff options
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" |