blob: f2a8f41ebacd3fa7e3200cf0cd748a823b8ae278 (
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
# $Header: /var/cvsroot/gentoo-x86/net-misc/guarddog/guarddog-2.0.0.ebuild,v 1.1 2002/10/18 08:51:23 aliz Exp $
inherit kde-base || die
need-kde 3
DESCRIPTION="A firewall configuration utility for KDE 3"
SRC_URI="http://www.simonzone.com/software/guarddog/${P}.tar.gz"
HOMEPAGE="http://www.simonzone.com/software/guarddog/"
KEYWORDS="~x86 ~sparc ~sparc64"
LICENSE="GPL-2"
newdepend ">=sys-apps/iptables-1.2.5"
|