mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add ghostscript-afpl-nox11 and ghostscript-gnu-nox11, the non-X11
versions of the ghostscript ports.
This commit is contained in:
parent
da238965e1
commit
756f319c68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47711
5 changed files with 60 additions and 0 deletions
12
print/ghostscript-afpl-nox11/Makefile
Normal file
12
print/ghostscript-afpl-nox11/Makefile
Normal file
|
@ -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"
|
12
print/ghostscript-gnu-nox11/Makefile
Normal file
12
print/ghostscript-gnu-nox11/Makefile
Normal file
|
@ -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"
|
12
print/ghostscript-gpl-nox11/Makefile
Normal file
12
print/ghostscript-gpl-nox11/Makefile
Normal file
|
@ -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"
|
12
print/ghostscript7-nox11/Makefile
Normal file
12
print/ghostscript7-nox11/Makefile
Normal file
|
@ -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"
|
12
print/ghostscript8-nox11/Makefile
Normal file
12
print/ghostscript8-nox11/Makefile
Normal file
|
@ -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"
|
Loading…
Add table
Reference in a new issue