diff options
author | knu <knu@FreeBSD.org> | 2001-09-12 04:31:05 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-12 04:31:05 +0800 |
commit | b3603d2c0de5d69905da71de8fce21435c04c7a2 (patch) | |
tree | 9902cb84c9894b227a3ea59658c578cc45a0493d /print/ghostscript-gpl-nox11 | |
parent | b78e588ff7b0ae66b5699e9acc7c4d381d3ffb13 (diff) | |
download | freebsd-ports-gnome-b3603d2c0de5d69905da71de8fce21435c04c7a2.tar.gz freebsd-ports-gnome-b3603d2c0de5d69905da71de8fce21435c04c7a2.tar.zst freebsd-ports-gnome-b3603d2c0de5d69905da71de8fce21435c04c7a2.zip |
Add ghostscript-afpl-nox11 and ghostscript-gnu-nox11, the non-X11
versions of the ghostscript ports.
Diffstat (limited to 'print/ghostscript-gpl-nox11')
-rw-r--r-- | print/ghostscript-gpl-nox11/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/ghostscript-gpl-nox11/Makefile b/print/ghostscript-gpl-nox11/Makefile new file mode 100644 index 000000000000..0e12861ce4bc --- /dev/null +++ b/print/ghostscript-gpl-nox11/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: ghostscript-afpl-nox11 +# Date created: 23 February 2001 +# Whom: nik +# +# $FreeBSD$ +# + +WITHOUT_X11= yes + +MASTERDIR= ${.CURDIR}/../ghostscript-afpl + +.include "${MASTERDIR}/Makefile" |