summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-11-26 14:13:02 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-11-26 14:13:02 +0000
commit9fae0f2e47c1435f4f6b104a2f0ea4d3f2a8e066 (patch)
tree1302fda195ff7e1afd1d83948463e0eeb8bd8678 /print/ghostscript-gpl/files
parentxvkbd is a virtual keyboard for X applications. (diff)
- Add 3rd party gs driver for HP DeskJet 970
- http://www.harsch.net/Ghostscript/ghostscript.html - driver is based on Uli Wortmann's HO DJ850 driver - supports duplex printing Note from the author: in duplex mode black is not so intensive as in normal mode. Maybe HP wants to prevent, that you don't see the black of the other side of the page too much. If somebody knows HP's algorithm, how to reduce the black, then author would try to compensate it with some code...
Notes
Notes: svn path=/head/; revision=35437
Diffstat (limited to 'print/ghostscript-gpl/files')
-rw-r--r--print/ghostscript-gpl/files/dj970.contrib.mak9
1 files changed, 9 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/dj970.contrib.mak b/print/ghostscript-gpl/files/dj970.contrib.mak
new file mode 100644
index 000000000000..8227012da41a
--- /dev/null
+++ b/print/ghostscript-gpl/files/dj970.contrib.mak
@@ -0,0 +1,9 @@
+###- cdj970 - HP 970Cxi Driver under development -------- ###
+cdeskjet9_=$(GLOBJ)gdevdj9.$(OBJ) $(HPPCL)
+
+$(DD)cdj970.dev : $(cdeskjet9_) $(DD)page.dev
+ $(SETPDEV2) $(DD)cdj970 $(cdeskjet9_)
+
+$(GLOBJ)gdevdj9.$(OBJ) : $(GLSRC)gdevdj9.c $(PDEVH) $(math__h) \
+ $(gsparam_h) $(gxlum_h) $(gdevpcl_h)
+ $(GLCC) $(GLO_)gdevdj9.$(OBJ) $(C_) $(GLSRC)gdevdj9.c