summaryrefslogtreecommitdiff
path: root/security/nessus/Makefile
blob: 8970dbda098eecd47a40143c9b108a878d38d66f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.26 2005/06/20 15:47:57 tron Exp $

.include	"../nessus/Makefile.common"

DISTNAME=	nessus-${VERS}
MASTER_SITES=	# empty
DISTFILES=	# empty

COMMENT=	The Nessus Network Security Scanner

DEPENDS+=	nessus-core-${VERS}{,nb*}:../nessus-core
DEPENDS+=	nessus-plugins-${VERS}{,nb*}:../nessus-plugins

EXTRACT_ONLY=	# empty
NO_CHECKSUM=	yes
NO_CONFIGURE=	yes
NO_BUILD=	yes

do-install:	# empty

.include "../../mk/bsd.pkg.mk"