summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/bjc250.contrib.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/bjc250.contrib.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/bjc250.contrib.mak')
-rw-r--r--print/ghostscript-gpl/files/bjc250.contrib.mak31
1 files changed, 0 insertions, 31 deletions
diff --git a/print/ghostscript-gpl/files/bjc250.contrib.mak b/print/ghostscript-gpl/files/bjc250.contrib.mak
deleted file mode 100644
index 5c1ce77e98dc..000000000000
--- a/print/ghostscript-gpl/files/bjc250.contrib.mak
+++ /dev/null
@@ -1,31 +0,0 @@
-### ----------------- The BJC-210/240/250/250ex/265/1000 ---------------- ###
-
-###
-### For questions about the driver, mailto://szaszg@hu.inter.net
-### http://bjc250gs.sourceforge.net
-###
-
-bjc_h=$(GLSRC)gdevbjc_.h
-
-bjc_=$(GLOBJ)gdevbjc_.$(OBJ) $(GLOBJ)gdevbjca.$(OBJ)
-
-$(GLOBJ)gdevbjc_.$(OBJ) : $(GLSRC)gdevbjc_.c $(PDEVH) $(bjc_h)
- $(GLCC) $(GLO_)gdevbjc_.$(OBJ) $(C_) $(GLSRC)gdevbjc_.c
-
-$(GLOBJ)gdevbjca.$(OBJ) : $(GLSRC)gdevbjca.c $(PDEVH) $(bjc_h)
- $(GLCC) $(GLO_)gdevbjca.$(OBJ) $(C_) $(GLSRC)gdevbjca.c
-
-$(DD)bjcmono.dev : $(bjc_) $(DD)page.dev
- $(SETPDEV) $(DD)bjcmono $(bjc_)
-
-$(DD)bjcgray.dev : $(bjc_) $(DD)page.dev
- $(SETPDEV) $(DD)bjcgray $(bjc_)
-
-$(DD)bjccmyk.dev : $(bjc_) $(DD)page.dev
- $(SETPDEV) $(DD)bjccmyk $(bjc_)
-
-$(DD)bjccolor.dev : $(bjc_) $(DD)page.dev
- $(SETPDEV) $(DD)bjccolor $(bjc_)
-
-### -------------------- The H-P Color LaserJet 5/5M -------------------- ###
-