summaryrefslogtreecommitdiff
blob: 8d408c6a0a63fd5de2e143b89f412f1177449278 (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
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/gtk-iptables/gtk-iptables-0.3.4.ebuild,v 1.3 2004/03/20 07:34:37 mr_bones_ Exp $

IUSE="X gnome"

S=${WORKDIR}/${P}
DESCRIPTION="A GTK-1.2 front end for iptables"
HOMEPAGE="http://gtk-iptables.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa"

DEPEND="=x11-libs/gtk+-1.2*"
RDEPEND="net-firewall/iptables"

src_compile() {
	emake || die
}

src_install() {
	into /usr
	dosbin gtk-iptables
	doman doc/gtk-iptables.1
}