freebsd-ports/print/ghostscript8/files/dj970.contrib.mak
Andreas Klemm 9fae0f2e47 - 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...
2000-11-26 14:13:02 +00:00

9 lines
351 B
Makefile

###- 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