freebsd-ports/print/ghostscript7/files/lx5000.contrib.mak
Hiroki Sato 045633a1b8 Resurrect print/ghostscript7*. Ghostscript 7.x is incompatible with 8.x
and 9.x in terms of CJK character support and they are still in demand.
While I am here, the following changes have been added:

- Add LICENSE.
- Use OPTIONS_DEFINE for ghostscript drivers.
- Add MAKE_JOBS_SAFE=yes.

Discussed with:	bapt
2013-04-29 20:12:16 +00:00

11 lines
442 B
Makefile

### ----------------- LexMark 5000 printer ----------------------------- ###
### Note: this driver was contributed by users. Please contact: ###
### Peter B. West <p.west@uq.net.au> ###
lx5000_=$(GLOBJ)gdevlx50.$(OBJ)
$(DD)lx5000.dev: $(lx5000_)
$(SETPDEV) $(DD)lx5000 $(lx5000_)
$(GLOBJ)gdevlx50.$(OBJ): $(GLSRC)gdevlx50.c $(PDEVH)
$(GLCC) $(GLO_)gdevlx50.$(OBJ) $(C_) $(GLSRC)gdevlx50.c