blob: 3389f85e2dc3c27f1b58f8c032c3d6c8d7a2a412 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestarter/firestarter-0.9.3.ebuild,v 1.4 2004/09/28 20:51:13 blubb Exp $
inherit gnome2
DESCRIPTION="GUI for iptables firewall setup and monitor."
HOMEPAGE="http://firestarter.sf.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~ppc64 ~amd64"
IUSE="nls"
RDEPEND=">=x11-libs/gtk+-2
>=gnome-base/libgnomeui-2
>=gnome-base/libgnome-2
net-firewall/iptables
nls? ( sys-devel/gettext )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/intltool-0.21"
pkg_setup() {
G2CONF=$(use_enable nls)
DOCS="AUTHORS ChangeLog CREDITS INSTALL README TODO"
}
|