add 'experimental' flavor (save-session and knowledge base capabilities)

take MAINTAINER
ok matt@
This commit is contained in:
reinhard 2001-06-17 09:40:10 +00:00
parent 4459d0cb4a
commit 1a5957a9e4
2 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2001/05/06 14:38:33 matt Exp $
# $OpenBSD: Makefile,v 1.23 2001/06/17 09:40:10 reinhard Exp $
COMMENT= "network security scanner"
@ -32,7 +32,7 @@ MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/src/ \
ftp://ftp.linux.org.tr/pub/nessus/nessus-${VERS}/src/ \
ftp://cvs.nessus.org/pub/nessus/nessus-${VERS}/src/
MAINTAINER= Matt Behrens <matt@openbsd.org>
MAINTAINER= Reinhard J. Sammer <reinhard@openbsd.org>
HOMEPAGE= http://www.nessus.org/
@ -41,7 +41,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FLAVORS=no_x11
FLAVORS=no_x11 experimental
FLAVOR?=
# Can't do CONFIGURE_STYLE=autoconf because of configure wrapper
@ -58,6 +58,10 @@ LIB_DEPENDS+= gtk.1.2::x11/gtk+
CONFIGURE_ARGS+=--disable-gtk
.endif
.if ${FLAVOR:L:Mexperimental}
CONFIGURE_ARGS+=--enable-save-sessions --enable-save-kb
.endif
post-extract:
@sed 's%@@NESSUS_DIRS@@%${NESSUS_DIRS}%g' \
${FILESDIR}/Makefile > ${WRKSRC}Makefile

View File

@ -17,4 +17,8 @@ What is the Nessus Project ?
not an easy thing. Thus, the Nessus project provides a simple
interface which clearly highlights the security holes.
Flavors:
no_x11 no X11 frontend
experimental add save-session and knowledge base capabilities
WWW: ${HOMEPAGE}