summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/lx5000.contrib.mak
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-06-08 02:38:06 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-06-08 02:38:06 +0000
commit3201a2c95a75e59515ef3fd745df879692774e81 (patch)
tree0e0b789f0ea059536b7bf171d40cfcc5190248d2 /print/ghostscript-gpl/files/lx5000.contrib.mak
parentUpdate to version 1.07 (diff)
- Add drivers for Lexmark printers.
- Add option to use SVGAlib console driver. PR: 52479 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=82491
Diffstat (limited to 'print/ghostscript-gpl/files/lx5000.contrib.mak')
-rw-r--r--print/ghostscript-gpl/files/lx5000.contrib.mak11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/lx5000.contrib.mak b/print/ghostscript-gpl/files/lx5000.contrib.mak
new file mode 100644
index 000000000000..f22c1dbb904c
--- /dev/null
+++ b/print/ghostscript-gpl/files/lx5000.contrib.mak
@@ -0,0 +1,11 @@
+### ----------------- 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
+