summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/gdevhl12-hl1250.mak
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2007-06-03 05:02:53 +0000
committerHiroki Sato <hrs@FreeBSD.org>2007-06-03 05:02:53 +0000
commit63ef77c8985497c11e9063ae6975f277dbef0e94 (patch)
tree76e2fabecf1e6d56015d65f1a7de195484690386 /print/ghostscript-gpl/files/gdevhl12-hl1250.mak
parentAdd dmxproto as well as dmx since dmx doesn't pull in dmxproto. (diff)
Update to 8.57.
Submitted by: KATO Tsuguru PR: ports/113009
Notes
Notes: svn path=/head/; revision=192618
Diffstat (limited to 'print/ghostscript-gpl/files/gdevhl12-hl1250.mak')
-rw-r--r--print/ghostscript-gpl/files/gdevhl12-hl1250.mak16
1 files changed, 0 insertions, 16 deletions
diff --git a/print/ghostscript-gpl/files/gdevhl12-hl1250.mak b/print/ghostscript-gpl/files/gdevhl12-hl1250.mak
deleted file mode 100644
index 8e1421ad1f03..000000000000
--- a/print/ghostscript-gpl/files/gdevhl12-hl1250.mak
+++ /dev/null
@@ -1,16 +0,0 @@
-### -------------------- The Brother HL-1250 printer -------------------- ###
-### This printer is ljet4-compatible, plus support for source tray ###
-### selection and special 1200x600 dpi mode. ###
-
-hl1250_=$(GLOBJ)gdevhl12.$(OBJ) $(HPDLJM)
-$(DD)hl1250.dev : $(hl1250_) $(DD)page.dev
- $(SETPDEV) $(DD)hl1250 $(hl1250_)
-
-$(DD)hl1240.dev : $(hl1250_) $(DD)page.dev
- $(SETPDEV) $(DD)hl1240 $(hl1250_)
-
-# Author: Marek Michalkiewicz <marekm@linux.org.pl>
-# Printer: Brother HL-1250 (may work with some other models too)
-$(GLOBJ)gdevhl12.$(OBJ) : $(GLSRC)gdevhl12.c $(PDEVH) $(gdevdljm_h)
- $(GLCC) $(GLO_)gdevhl12.$(OBJ) $(C_) $(GLSRC)gdevhl12.c
-