16 lines
360 B
Makefile
16 lines
360 B
Makefile
# $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"
|