blob: 2c2d8ab82979924e9ece999fd1ccb562d5437878 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Christian Hubinger <a9806056@unet.univie.ac.at>
# $Header: /var/cvsroot/gentoo-x86/net-misc/kmyfirewall/kmyfirewall-0.9.2.ebuild,v 1.1 2002/09/14 13:53:48 danarmak Exp $
inherit kde-base
need-kde 3
DESCRIPTION="Graphical KDE iptables configuration tool"
SRC_URI="mirror://sourceforge/$PN/$P.tar.bz2"
HOMEPAGE="http://kmyfirewall.sourceforge.net/"
LICENSE="GPL-2"
KEYWORDS="x86"
|