aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript8/Makefile
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/ghostscript8/Makefile
parent620e8e9b76415789486fe5c6d38ce0ac8e26352f (diff)
Notes
Diffstat (limited to 'print/ghostscript8/Makefile')
-rw-r--r--print/ghostscript8/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile
index 121796cee33e..5fd292a39687 100644
--- a/print/ghostscript8/Makefile
+++ b/print/ghostscript8/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript
PORTVERSION= 6.50
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= print
MASTER_SITES= ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/gs650/ \
ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/fonts/ \
@@ -73,17 +73,19 @@ GS_FONTS_OTHER= ghostscript-fonts-other-6.0.tar.gz
# Ghostscript Driver for HP DeskJet 812C/815C/832C/880C/882C/895C
# http://www.gelhaus.net/hp880c/
# driver names: cdj880
+HP8XX= cdj850
HP8XX_DRV= gdevcd8.tar.gz
# HPDJ, additional driver for HP PCL3 Printers, by Martin Lottermoser
# ftp://ftp.sbs.de/pub/graphics/ghostscript/pcl3/pcl3.html
+# still present, just for the case pcl3 is missing some hpdj feature
HPDJ= hpdj
HPDJ_VERS= 2.6
HPDJ_NAME= ${HPDJ}-${HPDJ_VERS}
HPDJ_SRC= ${HPDJ_NAME}.tar.gz
HPDJ_MAN1= gs-hpdj.1
-# PCL3 (hpdj successor in BETA state)
+# PCL3 (hpdj successor now in RELEASE quality)
# additional driver for HP PCL3 Printers, by Martin Lottermoser
# http://home.t-online.de/home/Martin.Lottermoser/pcl3.html
PCL3= pcl3
@@ -166,6 +168,10 @@ post-patch:
# advantage: you see unmodified makefiles after a pure make extract
pre-configure:
@${ECHO} ">>> in pre-configure ..."
+# for HP8XX driver
+ @${ECHO} ">>> adding ${HP8XX} driver to contrib.mak ..."
+ @${CAT} ${FILESDIR}/cdj850.contrib.mak \
+ >> ${WRKSRC}/src/contrib.mak
# for HPDJ driver
@${ECHO} ">>> adding ${HPDJ} driver to contrib.mak ..."
@${CAT} ${WRKSRC}/src/contrib.mak-5.94.add \