diff --git a/security/nessus/Makefile b/security/nessus/Makefile index 83caf1b96bb..1cf480c77fe 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -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 +MAINTAINER= Reinhard J. Sammer 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 diff --git a/security/nessus/pkg/DESCR b/security/nessus/pkg/DESCR index cd8b08c97e5..4de9cb8b4e5 100644 --- a/security/nessus/pkg/DESCR +++ b/security/nessus/pkg/DESCR @@ -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}