# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde-functions DESCRIPTION="Firewall Builder 2.0 API library and compiler framework" HOMEPAGE="http://www.fwbuilder.org/" SRC_URI="mirror://sourceforge/fwbuilder/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="ssl snmp" DEPEND="sys-devel/libtool sys-devel/autoconf =dev-libs/glib-1.2* >=dev-libs/libxml2-2.4.19 !=dev-libs/libxml2-2.4.25 >=dev-libs/libxslt-1.0.15 snmp? ( virtual/snmp ) ssl? ( dev-libs/openssl )" RDEPEND="=dev-libs/glib-1.2* >=dev-libs/libxml2-2.4.19 !=dev-libs/libxml2-2.4.25 >=dev-libs/libxslt-1.0.15 snmp? ( virtual/snmp ) ssl? ( dev-libs/openssl )" need-qt 3 src_compile() { econf `use_with ssl openssl` || die "./configure failed" emake || die "emake failed" } src_install() { emake DDIR=${D} install || die "emake install failed" prepalldocs }