summaryrefslogtreecommitdiff
path: root/security/nessus-core/Makefile
blob: 3ce4d969ae8620f113855ce926001bc65f43e5e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.2 2001/02/17 17:49:54 wiz Exp $
#

DISTNAME=	nessus-core-${VERS}
.include 	"../nessus/Makefile.common"

COMMENT=	Core module of the Nessus Network Security Scanner

DEPENDS+=	nessus-libraries-${VERS}:../nessus-libraries
DEPENDS+=	libnasl-${VERS}:../libnasl
DEPENDS+=	gtk+-1.2.*:../../x11/gtk

WRKSRC=		${WRKDIR}/nessus-core

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--enable-gtk \
		--with-x \
		--localstatedir=/var

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