# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde-functions DESCRIPTION="A firewall GUI" HOMEPAGE="http://www.fwbuilder.org/" SRC_URI="mirror://sourceforge/fwbuilder/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="nls" DEPEND="~net-libs/libfwbuilder-2.0.0" RDEPEND="~net-libs/libfwbuilder-2.0.0" need-qt 3 src_compile() { econf `use_enable nls` || die "./configure failed" emake || die "emake failed" } src_install() { emake DDIR=${D} install || die "emake install failed" } pkg_postinst() { echo "" einfo "You need to emerge iproute2 on the machine that" einfo "will run the firewall script." echo "" }