aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript-afpl/files
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>2001-01-18 04:19:03 +0800
committerandreas <andreas@FreeBSD.org>2001-01-18 04:19:03 +0800
commit110336c784dd28036556d7fe5a31ae77e70c400b (patch)
tree12bdd5eaa61d042479f08dc836b41bb01c6ea0de /print/ghostscript-afpl/files
parent5872448a15729abe326b75dcf86a4da9074f45b7 (diff)
downloadfreebsd-ports-gnome-110336c784dd28036556d7fe5a31ae77e70c400b.tar.gz
freebsd-ports-gnome-110336c784dd28036556d7fe5a31ae77e70c400b.tar.zst
freebsd-ports-gnome-110336c784dd28036556d7fe5a31ae77e70c400b.zip
- added stable version 4.0.4 of gimp-print (stp) driver
high quality drivers for Epsons, HPs, ... - bumped port revision - modified all target and added a makefile component to build tool from stp driver (escputil) to do maintenance on epsons install manpage as well - variable name changes, new scheme sounds better - use variables as often as possible in all make targets to reduce port maintenance as much as possible - fix two copy and paste mistakes in echo messages - updated pkg_plist, tested port and package building as well as removal - modified configure.batch to build stp driver
Diffstat (limited to 'print/ghostscript-afpl/files')
-rw-r--r--print/ghostscript-afpl/files/escputil.contrib.mak6
1 files changed, 6 insertions, 0 deletions
diff --git a/print/ghostscript-afpl/files/escputil.contrib.mak b/print/ghostscript-afpl/files/escputil.contrib.mak
new file mode 100644
index 000000000000..b0cea6064968
--- /dev/null
+++ b/print/ghostscript-afpl/files/escputil.contrib.mak
@@ -0,0 +1,6 @@
+
+# build escputil command from gimp-print sources
+
+escputil: $(GLSRC)escputil.c
+ $(CC_) -o $(GLSRC)escputil $(GLSRC)escputil.c
+