diff options
-rw-r--r-- | print/ghostscript-afpl-nox11/Makefile | 12 | ||||
-rw-r--r-- | print/ghostscript-gnu-nox11/Makefile | 12 | ||||
-rw-r--r-- | print/ghostscript-gpl-nox11/Makefile | 12 | ||||
-rw-r--r-- | print/ghostscript7-nox11/Makefile | 12 | ||||
-rw-r--r-- | print/ghostscript8-nox11/Makefile | 12 |
5 files changed, 60 insertions, 0 deletions
diff --git a/print/ghostscript-afpl-nox11/Makefile b/print/ghostscript-afpl-nox11/Makefile new file mode 100644 index 000000000000..0e12861ce4bc --- /dev/null +++ b/print/ghostscript-afpl-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" diff --git a/print/ghostscript-gnu-nox11/Makefile b/print/ghostscript-gnu-nox11/Makefile new file mode 100644 index 000000000000..957aa6522b20 --- /dev/null +++ b/print/ghostscript-gnu-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" 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" 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" diff --git a/print/ghostscript8-nox11/Makefile b/print/ghostscript8-nox11/Makefile new file mode 100644 index 000000000000..0e12861ce4bc --- /dev/null +++ b/print/ghostscript8-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" |