Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
-IUSE="debug gre mpls mysql odbc postgres static"
+IUSE="debug gre mpls mysql odbc postgres sguil"
DEPEND="
net-libs/libpcap
mysql? ( dev-db/mysql-connector-c:0= )
odbc? ( dev-db/unixODBC )
postgres? ( dev-db/postgresql:* )
+ sguil? ( dev-lang/tcl:* )
"
RDEPEND="
${DEPEND}
src_configure() {
econf \
- $(use_enable !static shared) \
- $(use_enable static) \
$(use_enable debug) \
$(use_enable gre) \
$(use_enable mpls) \
$(use_with mysql) \
$(use_with odbc) \
$(use_with postgres postgresql) \
+ $(use_with sguil tcl) \
+ --disable-aruba \
--disable-ipv6 \
- --disable-prelude \
--disable-mysql-ssl-support \
- --disable-aruba \
- --without-tcl \
+ --disable-prelude \
+ --disable-static \
--without-oracle
}
<use>
<flag name="gre">Enable GRE support</flag>
<flag name="mpls">Enable support for mpls networks</flag>
+ <flag name="sguil">Enable sguil (The Analyst Console for Network Security Monitoring) support</flag>
</use>
</pkgmetadata>