summaryrefslogtreecommitdiff
path: root/print/foomatic-gswrapper/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-12-17Remove cupsomatic, cupsomatic-ppds and foomatic-gswrapper. Thesejlam1-35/+0
packages have been superseded by the foomatic-filters-cups and foomatic-ppds-cups packages.
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam1-2/+2
pkgsrc work.
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-3/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-04-28Make this conflict with foomatic-filters (just imported)reed1-2/+4
which also provides bin/foomatic-gswrapper. Maybe this old package should be removed?
2004-04-25This does not need buildlink2. Use NO_BUILD.snj1-5/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-09-13Use ghostscript.mk.jlam1-3/+2
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-3/+3
have been converted to USE_BUILDLINK2.
2002-03-17Use PKGNAME_NOREV in MASTER_SITES and DIST_SUBDIR definitions.fredb1-10/+4
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-12-24Trivially buildlink'ify.jlam1-10/+8
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-05-15Foomatic Ghostscript Wrapperjlam1-0/+42
The foomatic-gswrapper script runs Ghostscript in a more controlled and makes debugging much easier by letting you see Ghostscript error messsages. The wrapper is required if you print jobs from the Windows PostScript driver (which writes jobs that generate advisory output that causes trouble under plain Ghostscript). Some other software may produce such jobs; the wrapper is probably a good idea in general.