summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2001-01-17 20:19:03 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2001-01-17 20:19:03 +0000
commit8098ba2c79b227f4edb8c41b034a1a97eb5f5d9a (patch)
tree2acf20415d6a3205ed26f5418bb9819116db868c /print/ghostscript-gpl/files
parentadd missing manpages. (diff)
- 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
Notes
Notes: svn path=/head/; revision=37280
Diffstat (limited to 'print/ghostscript-gpl/files')
-rw-r--r--print/ghostscript-gpl/files/escputil.contrib.mak6
1 files changed, 6 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/escputil.contrib.mak b/print/ghostscript-gpl/files/escputil.contrib.mak
new file mode 100644
index 000000000000..b0cea6064968
--- /dev/null
+++ b/print/ghostscript-gpl/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
+