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