summaryrefslogtreecommitdiff
path: root/security/nessus-libraries/Makefile
blob: cd50ceb781ff87abf66ddea96ce8934cd229711d (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.7 2002/10/13 09:11:53 frueauf Exp $
#

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

COMMENT=	Libs required by the Nessus Network security scanner

USE_LIBTOOL=	yes

DEPENDS+=	bison-*:../../devel/bison

WRKSRC=		${WRKDIR}/nessus-libraries

GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	CPP=${CPP}
CONFIGURE_ARGS+=--enable-zlib=/usr/lib \
		--localstatedir=/var

.include "../../security/openssl/buildlink.mk"
.include "../../mk/bsd.pkg.mk"