summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2001-04-01 15:55:32 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2001-04-01 15:55:32 +0000
commit63432c12c7b794aa7665afe9f258f4b2fd8e570b (patch)
tree40ee8391cccf1dbd88f69b9d12c715ebb650b246 /print/ghostscript-gpl/files
parentupdate from apsfilter 6.1.0 to 6.1.1 (diff)
- "Gelhaus driver" (cdj850) wasn't active in gs, fix that
- therefore bump port revision - add a makefile template, so that it will be compiled in - patch configure.batch and the interactive one interactive configuration is still not enabled, because every driver entry needs to be checked thoroughly if its still present, if more printer models are supported, if there are new printers/drivers, etc ... This needs time that I currently don't have. Any taker ???
Notes
Notes: svn path=/head/; revision=40689
Diffstat (limited to 'print/ghostscript-gpl/files')
-rw-r--r--print/ghostscript-gpl/files/cdj850.contrib.mak13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/cdj850.contrib.mak b/print/ghostscript-gpl/files/cdj850.contrib.mak
new file mode 100644
index 000000000000..ffb099b0caf8
--- /dev/null
+++ b/print/ghostscript-gpl/files/cdj850.contrib.mak
@@ -0,0 +1,13 @@
+
+###- cdj850 - HP 850 Driver under development -------- ###
+
+cdj8_=$(GLOBJ)gdevcd8.$(OBJ) $(HPPCL)
+
+$(DD)cdj850.dev : $(cdj8_) $(DD)page.dev
+ $(SETPDEV) $(DD)cdj850 $(cdj8_)
+
+$(GLOBJ)gdevcd8.$(OBJ) : $(GLSRC)gdevcd8.c $(std_h) $(PDEVH)\
+ $(gsparam_h) $(gsstate_h) $(gxlum_h)\
+ $(gdevbjc_h) $(gdevpcl_h)
+ $(GLCC) $(GLO_)gdevcd8.$(OBJ) $(C_) $(GLSRC)gdevcd8.c
+