blob: 44ccc45bcf2ba81fbb19a913afe0f57793ce3fb1 (
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.4.ebuild,v 1.1 2002/11/23 16:27:40 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"
S="$WORKDIR/$P-r1" # no idea why
|