pkgsrc/security/libnasl/Makefile
adam b60b462f2a Changes 2.2.3:
Nessus 2.2.3 contains a new option called "silent dependencies" which can be
used to filter out the noise generated by some plugins not directly enabled by
the user. It also contains a slightly more intuitive GUI which now contains
a "Credentials" tab to put Windows and SSH usernames and passwords.
2005-02-21 10:08:22 +00:00

15 lines
377 B
Makefile

# $NetBSD: Makefile,v 1.13 2005/02/21 10:08:43 adam Exp $
DISTNAME= libnasl-${VERS}
.include "../nessus/Makefile.common"
COMMENT= Nessus Attack Scripting Language library
WRKSRC= ${WRKDIR}/libnasl
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
.include "../../security/nessus-libraries/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"