# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License # $Header: $ DESCRIPTION="High-level tool for firewall configuration" SRC_URI="http://firewall.lutel.pl/download/${PV}/${PN}.tar.gz" HOMEPAGE="http://firewall.lutel.pl" KEYWORDS="x86 ppc sparc alpha amd64" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND="virtual/libc >=net-firewall/iptables-1.2.6 sys-apps/iproute2 >=sys-apps/gawk-3.1" src_install() { cd ${WORKDIR}/${PN} insinto /etc ; doins firewall.conf insinto /usr/sbin ; doins firewall exeinto /etc/init.d ; newexe ${FILESDIR}/firewall firewall dodoc COPYING FEATURES ChangeLog } pkg_postinst() { einfo einfo "Please adapt the configuration file /etc/firewall.conf" }