summaryrefslogtreecommitdiff
path: root/print/ghostscript7/files/gdi.contrib.mak
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-04-04 02:03:09 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-04-04 02:03:09 +0000
commitf4fe3e94d013660eef69aef03b629012c1590dfc (patch)
tree1858f14cf4acdeeb8b6b06ee07884f2ea675fc67 /print/ghostscript7/files/gdi.contrib.mak
parentFix plist, my bad (diff)
Upgrade to 6.53.
PR: ports/36674 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=57291
Diffstat (limited to 'print/ghostscript7/files/gdi.contrib.mak')
-rw-r--r--print/ghostscript7/files/gdi.contrib.mak12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/ghostscript7/files/gdi.contrib.mak b/print/ghostscript7/files/gdi.contrib.mak
new file mode 100644
index 000000000000..808b7fb71935
--- /dev/null
+++ b/print/ghostscript7/files/gdi.contrib.mak
@@ -0,0 +1,12 @@
+### ---------------- The Samsung SmartGDI laser printer devices --------- ###
+### Note : this driver is used by Samsung SmartGDI compatible printers. ###
+###
+
+GDIMONO=$(GLOBJ)gdevgdi.$(OBJ) $(HPPCL)
+
+$(GLOBJ)gdevgdi.$(OBJ): $(GLSRC)gdevgdi.c $(PDEVH) $(gsparam_h)
+ $(GLCC) $(GLO_)gdevgdi.$(OBJ) $(C_) $(GLSRC)gdevgdi.c
+
+$(DD)gdi.dev: $(GDIMONO) $(DD)page.dev
+ $(SETPDEV) $(DD)gdi $(GDIMONO)
+