blob: 66e7878b024aa3553b4ea0e845c4243f9d484001 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.36 2009/04/08 23:27:51 joerg Exp $
META_PACKAGE= # empty
.include "../../security/nessus/Makefile.common"
DISTNAME= nessus-${VERS}
PKGREVISION= 1
MASTER_SITES= # empty
DISTFILES= # empty
COMMENT= The Nessus Network Security Scanner
DEPENDS+= nessus-plugins-${VERS}nb*:../../security/nessus-plugins
.include "../../mk/bsd.pkg.mk"
|