diff options
author | Nik Clayton <nik@FreeBSD.org> | 2001-03-04 19:18:59 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2001-03-04 19:18:59 +0000 |
commit | 6e1d6d9ed47bcd6ef4db90d699abe778c29f1e76 (patch) | |
tree | 333c6ae1d3e2292cf8315af6d5dcfa8a60a6c33a /print | |
parent | 77211fbcb3d0fdc206315f46d35eb0edf625d709 (diff) |
Notes
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" |