diff options
author | andreas <andreas@FreeBSD.org> | 2001-01-18 04:19:03 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-01-18 04:19:03 +0800 |
commit | 110336c784dd28036556d7fe5a31ae77e70c400b (patch) | |
tree | 12bdd5eaa61d042479f08dc836b41bb01c6ea0de /print/ghostscript-afpl/files | |
parent | 5872448a15729abe326b75dcf86a4da9074f45b7 (diff) | |
download | freebsd-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.mak | 6 |
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 + |