4feb5a514d
7.07: Security fix and bug fixes. 7.06: Bug fixes and doc updates. Also new in this release is the 'pngalpha' device which produces png output with a transparent background (page) color so they can be composited against a separate background. The transparency is based only on what parts of the page have been drawn and does not support PDF 1.4 transparent painting. Closes PR 24893.
9 lines
204 B
Makefile
9 lines
204 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/03/25 15:35:48 wiz Exp $
|
|
|
|
PKGNAME= ghostscript-gnu-${GS_VERS}
|
|
COMMENT= GNU Postscript interpreter
|
|
|
|
USE_X11= # defined
|
|
CONFIGURE_ARGS+= --with-x
|
|
|
|
.include "Makefile.common"
|