7166660e08
dependency bumps.
21 lines
530 B
Makefile
21 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/05/02 11:56:18 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= nessus-core-${VERS}
|
|
PKGREVISION= 1
|
|
WRKSRC= ${WRKDIR}/nessus-core
|
|
.include "../nessus/Makefile.common"
|
|
|
|
COMMENT= Core module of the Nessus Network Security Scanner
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--enable-gtk \
|
|
--with-x \
|
|
--localstatedir=/var
|
|
|
|
.include "../../security/libnasl/buildlink2.mk"
|
|
.include "../../security/nessus-libraries/buildlink2.mk"
|
|
.include "../../x11/gtk/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|