1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/print/ghostscript-gpl/files/lx5000.contrib.mak
Christian Weisgerber 3201a2c95a - Add drivers for Lexmark printers.
- Add option to use SVGAlib console driver.

PR:		52479
Submitted by:	Ports Fury
2003-06-08 02:38:06 +00:00

12 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