summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/stp.contrib.mak
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-27 16:45:47 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-27 16:45:47 +0000
commit831fb2519ebf3ab1899eed358df6d0782cf16d42 (patch)
treedb540a4c5e12cfdc81e7ff5e97255d0d74b9f1e0 /print/ghostscript-gpl/files/stp.contrib.mak
parent- Add LEGAL notice (diff)
- Update Gimp-Print driver to version 4.2.0
- Update HPinkjet driver to version 1.0 - Better support for jpeg WRKDIR location - bump PORTREVISION PR: 33060 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=52249
Diffstat (limited to '')
-rw-r--r--print/ghostscript-gpl/files/stp.contrib.mak17
1 files changed, 17 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/stp.contrib.mak b/print/ghostscript-gpl/files/stp.contrib.mak
new file mode 100644
index 000000000000..613116007dd3
--- /dev/null
+++ b/print/ghostscript-gpl/files/stp.contrib.mak
@@ -0,0 +1,17 @@
+### --------------- Gimp-Print/stp Driver ---------------------------- ###
+### Be careful to add the exact contents of this file; cut and paste ###
+### may corrupt the file and cause mysterious make errors ###
+
+stp_=$(GLOBJ)gdevstp.$(OBJ)
+
+STPINCDIR=-I$(GLSRC)
+STPLIBDIR=-L$(GLOBJ)
+STPLIB=gimpprint
+
+$(DD)stp.dev: $(stp_) $(DD)page.dev
+ $(SETPDEV) $(DD)stp $(stp_)
+ $(ADDMOD) $(DD)stp -link $(STPLIBDIR)
+ $(ADDMOD) $(DD)stp -lib $(STPLIB)
+
+$(GLOBJ)gdevstp.$(OBJ) : $(GLSRC)gdevstp.c $(PDEVH)
+ $(GLCC) $(GLO_)gdevstp.$(OBJ) $(C_) $(STPINCDIR) $(GLSRC)gdevstp.c