freebsd-ports/print/ghostscript6-nox11/Makefile
Maxim Sobolev 400f4557f6 Standartise the way used to disable X11 support in various ports. From now
on WITHOUT_X11 is the Only True Way[tm].
2001-06-05 11:38:35 +00:00

17 lines
295 B
Makefile

# New ports collection makefile for: ghostscript6-nox11
# Date created: 23 February 2001
# Whom: nik
#
# $FreeBSD$
#
PORTNAME= ghostscript6
PKGNAMESUFFIX= -nox11
MAINTAINER= nik@freebsd.org
WITHOUT_X11= yes
MASTERDIR= ${.CURDIR}/../ghostscript6
.include "${MASTERDIR}/Makefile"