1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/print/ghostscript8/files/cdj850.contrib.mak
Andreas Klemm 63432c12c7 - "Gelhaus driver" (cdj850) wasn't active in gs, fix that
- therefore bump port revision
- add a makefile template, so that it will be compiled in
- patch configure.batch and the interactive one
  interactive configuration is still not enabled, because every
  driver entry needs to be checked thoroughly if its still present,
  if more printer models are supported, if there are new printers/drivers,
  etc ... This needs time that I currently don't have.
  Any taker ???
2001-04-01 15:55:32 +00:00

14 lines
359 B
Makefile

###- cdj850 - HP 850 Driver under development -------- ###
cdj8_=$(GLOBJ)gdevcd8.$(OBJ) $(HPPCL)
$(DD)cdj850.dev : $(cdj8_) $(DD)page.dev
$(SETPDEV) $(DD)cdj850 $(cdj8_)
$(GLOBJ)gdevcd8.$(OBJ) : $(GLSRC)gdevcd8.c $(std_h) $(PDEVH)\
$(gsparam_h) $(gsstate_h) $(gxlum_h)\
$(gdevbjc_h) $(gdevpcl_h)
$(GLCC) $(GLO_)gdevcd8.$(OBJ) $(C_) $(GLSRC)gdevcd8.c