13 lines
226 B
Makefile
13 lines
226 B
Makefile
|
# 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"
|