2001-02-17 18:42:09 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2001/02/17 17:51:41 wiz Exp $
|
2000-05-07 04:02:23 +02:00
|
|
|
|
2000-05-10 17:28:31 +02:00
|
|
|
PKGNAME= ghostscript-${GS_VERS}
|
2000-05-07 04:02:23 +02:00
|
|
|
|
2001-02-17 18:42:09 +01:00
|
|
|
COMMENT= Aladdin Postscript interpreter with X11 drivers
|
|
|
|
|
2000-05-10 17:40:16 +02:00
|
|
|
CONFLICTS= ghostscript{,-x11,-nox11}-[0-9]*
|
2000-05-07 04:02:23 +02:00
|
|
|
|
|
|
|
USE_X11= # defined
|
|
|
|
|
2000-05-10 17:28:31 +02:00
|
|
|
# Build with the X11 display device drivers.
|
|
|
|
#
|
|
|
|
MAKE_ENV+= USE_X11=1
|
2000-05-07 04:02:23 +02:00
|
|
|
|
2000-05-10 17:28:31 +02:00
|
|
|
.include "../../print/ghostscript-nox11/Makefile.common"
|