blob: f85ca3ed3e969f92a4657e97dc49261075bb7e94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.5 2001/02/17 17:51:41 wiz Exp $
PKGNAME= ghostscript-${GS_VERS}
COMMENT= Aladdin Postscript interpreter with X11 drivers
CONFLICTS= ghostscript{,-x11,-nox11}-[0-9]*
USE_X11= # defined
# Build with the X11 display device drivers.
#
MAKE_ENV+= USE_X11=1
.include "../../print/ghostscript-nox11/Makefile.common"
|