summaryrefslogtreecommitdiff
path: root/print/ghostscript-gnu/files/lx5000.contrib.mak
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-06-08 20:02:23 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-06-08 20:02:23 +0000
commit152a500379e595e87d74156ace175e58d3cb63d2 (patch)
treec31c0280db36dab0abf59b52de1ddeafe9419374 /print/ghostscript-gnu/files/lx5000.contrib.mak
parentUpdate to 1.2.0 (diff)
Update to version 7.07.
PR: 52480 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=82548
Diffstat (limited to 'print/ghostscript-gnu/files/lx5000.contrib.mak')
-rw-r--r--print/ghostscript-gnu/files/lx5000.contrib.mak11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript-gnu/files/lx5000.contrib.mak b/print/ghostscript-gnu/files/lx5000.contrib.mak
new file mode 100644
index 000000000000..f22c1dbb904c
--- /dev/null
+++ b/print/ghostscript-gnu/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
+