pkgsrc/security/nessus-core/Makefile

21 lines
621 B
Makefile

# $NetBSD: Makefile,v 1.29 2006/04/17 13:46:10 wiz Exp $
.include "../../security/nessus/Makefile.common"
DISTNAME= nessus-core-${VERS}
PKGREVISION= 2
COMMENT= Core module of the Nessus Network Security Scanner
WRKSRC= ${WRKDIR}/nessus-core
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-gtk --with-x --localstatedir=${VARBASE:Q}
CONFIGURE_ENV+= ac_cv_path_GTKCONFIG="pkg-config gtk+-2.0" \
ac_cv_path_GLIBCONFIG="pkg-config glib-2.0"
RCD_SCRIPTS= nessusd
PLIST_SUBST+= VARBASE=${VARBASE:Q}
.include "../../security/libnasl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"