summaryrefslogtreecommitdiff
path: root/print/hpijs/Makefile
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-02-22 17:34:49 +0000
committerjdolecek <jdolecek>2004-02-22 17:34:49 +0000
commit0aea3ec33851bb24dc4beafbb16f21e38cc04a31 (patch)
tree988d0f43d272a2c33e3b228739eb599273b81706 /print/hpijs/Makefile
parente1d0db9ed5f88d050ba3958ac045d207a15b0993 (diff)
downloadpkgsrc-0aea3ec33851bb24dc4beafbb16f21e38cc04a31.tar.gz
update hpijs package to latest 1.5 version
Full list of changes since previously packaged version 1.3 is available at: http://hpinkjet.sourceforge.net/updates.php Briefly: * many more recent printer models supported * added foomatic PPD files * added 4KB output buffering to improve USB performance * various improvements for DJ3320 and DJ9xx * fixed a Deskjet 5550 problem with odd page duplex jobs * documented new Photo mode for VIP printers with no auto media detection. * added support for custom paper size, removed (now redundant) 3425-COVER paper size * added Printable Area documentation * fixed a Officejet hang problem (ie: Officejet 500/600/700 and PSC 300). Package update submitted in PR pkg/24526 by Paul Shupak Package also updated to do the install step itself, and removed the now unneded patch.
Diffstat (limited to 'print/hpijs/Makefile')
-rw-r--r--print/hpijs/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile
index 15bca0f3bdf..72bf0dd600d 100644
--- a/print/hpijs/Makefile
+++ b/print/hpijs/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2003/09/17 19:41:31 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/02/22 17:34:49 jdolecek Exp $
-DISTNAME= hpijs-1.3
+DISTNAME= hpijs-1.5
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hpinkjet/}
@@ -20,4 +20,13 @@ CPPFLAGS+= -DAPDK_BUFFER_SEND
USE_PKGSRC_GCC= # defined
.endif
+do-install:
+ ${INSTALL_DATA_DIR} ${LOCALBASE}/share/ppd
+ ${INSTALL_DATA_DIR} ${LOCALBASE}/share/doc/html/hpijs
+ cd ${WRKSRC} && ${CP} hpijs ${LOCALBASE}/bin/hpijs
+ cd ${WRKSRC} && ${CP} hpijs_readme.html gs_hpijs.png \
+ ${LOCALBASE}/share/doc/html/hpijs/
+ cd ${WRKSRC} && ${CP} ppd/HP* ${LOCALBASE}/share/ppd/
+ ${GZIP_CMD} ${LOCALBASE}/share/ppd/HP*.ppd
+
.include "../../mk/bsd.pkg.mk"