blob: 28dea46e3585e1495d892be7811c74e8ff187217 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.13 2004/05/19 16:23:53 adam Exp $
DISTNAME= nessus-plugins-${VERS}
.include "../nessus/Makefile.common"
COMMENT= Plugins for the Nessus Network Security Scanner
DEPENDS+= nmap>=2.0:../../net/nmap
WRKSRC= ${WRKDIR}/nessus-plugins
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
.include "../../security/nessus-core/buildlink3.mk"
.include "../../devel/libnet/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|