summaryrefslogtreecommitdiff
path: root/mk/ghostscript.mk
AgeCommit message (Collapse)AuthorFilesLines
2002-10-22Have USE_IMAKE imply USE_X11BASE imply USE_X11. Now we can just check ifjlam1-4/+4
USE_X11 is defined instead of USE_X11 || USE_X11BASE || USE_IMAKE.
2002-09-21Fix typo: s/11/x11/. From pkg/18365 by Roland.Dittel@epost.de.jlam1-4/+4
2002-09-18Recognize ghostscript-esp{,-nox11}.jlam1-1/+16
2002-09-16Don't pass down GHOSTSCRIPT_DEPENDS through MAKEFLAGS for now. It causesmycroft1-2/+2
shell quoting lossage.
2002-09-14Undo previous commit. This seems to be a much more suble error.rh1-2/+2
2002-09-14Fix directory path to the X11 version of ghostscript-gnu.rh1-2/+2
2002-09-13Recognize latest versions of ghostscript-gnu.jlam1-3/+3
2002-09-13Recognize ghostscript-gnu-x11.jlam1-3/+5
2002-09-13Require at least 6.01. I don't think there are any more 6.0 installed outjlam1-2/+2
there.
2002-09-13Convert all of the GS_REQD to GHOSTSCRIPT_REQD.jlam1-11/+11
2002-09-13Add a ghostscript.mk file that may be included by packages that want ajlam1-0/+70
dependency on ghostscript. This handles the dependency patterns that will match either ghostscript{,-nox11} and ghostscript-gnu{,-nox11} depending on which version number of ghostscript is required. From the comments at the top of the file: To use this Makefile fragment, simply: (1) Optionally set GHOSTSCRIPT_REQD to the minimum version number of Ghostscript required by the package, (2) Optionally set USE_GHOSTSCRIPT to "build" to only add a build-time dependency on Ghostscript, (3) And include this Makefile fragment in the package Makefile,