diff options
Diffstat (limited to 'print/hpijs/Makefile')
-rw-r--r-- | print/hpijs/Makefile | 13 |
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" |