Commit graph

11 commits

Author SHA1 Message Date
jlam
0ebae1a37f Have USE_IMAKE imply USE_X11BASE imply USE_X11. Now we can just check if
USE_X11 is defined instead of USE_X11 || USE_X11BASE || USE_IMAKE.
2002-10-22 22:54:07 +00:00
jlam
39aeb0b76e Fix typo: s/11/x11/. From pkg/18365 by Roland.Dittel@epost.de. 2002-09-21 20:49:21 +00:00
jlam
992f7e5394 Recognize ghostscript-esp{,-nox11}. 2002-09-18 23:06:03 +00:00
mycroft
55f3b4a04d Don't pass down GHOSTSCRIPT_DEPENDS through MAKEFLAGS for now. It causes
shell quoting lossage.
2002-09-16 01:30:44 +00:00
rh
4bde325dd1 Undo previous commit. This seems to be a much more suble error. 2002-09-14 03:21:11 +00:00
rh
378c55edfc Fix directory path to the X11 version of ghostscript-gnu. 2002-09-14 03:17:31 +00:00
jlam
e9b56d18cc Recognize latest versions of ghostscript-gnu. 2002-09-13 22:30:09 +00:00
jlam
76e160e547 Recognize ghostscript-gnu-x11. 2002-09-13 20:23:37 +00:00
jlam
50f2573239 Require at least 6.01. I don't think there are any more 6.0 installed out
there.
2002-09-13 06:54:17 +00:00
jlam
477c5648f1 Convert all of the GS_REQD to GHOSTSCRIPT_REQD. 2002-09-13 06:40:08 +00:00
jlam
a9e8a3eeca Add a ghostscript.mk file that may be included by packages that want a
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,
2002-09-13 06:37:11 +00:00