2019-08-05 16:47:33 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2019/08/05 14:47:33 prlw1 Exp $
|
2015-03-15 01:55:06 +01:00
|
|
|
|
2015-12-11 17:31:06 +01:00
|
|
|
.include "../../security/clamav/Makefile.common"
|
2015-03-15 01:55:06 +01:00
|
|
|
|
2015-12-11 17:31:06 +01:00
|
|
|
PKGNAME= ${DISTNAME:S/clamav/clamav-doc/}
|
2015-03-15 01:55:06 +01:00
|
|
|
COMMENT= Anti-virus toolkit documents
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= pax
|
|
|
|
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/clamav
|
|
|
|
|
|
|
|
INSTALLATION_DIRS+= ${DOCDIR}/html
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC}/docs && ${FIND} html -type f -print | \
|
|
|
|
pax -rw ${DESTDIR}${DOCDIR}
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|