blob: 5180ab3e84ab8115891f2a70012b9794ccd4efec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-mud/kmuddy/kmuddy-0.6.ebuild,v 1.2 2004/01/19 11:37:49 mr_bones_ Exp $
inherit kde
need-kde 3
DESCRIPTION="MUD client for KDE"
HOMEPAGE="http://www.kmuddy.org/index.php"
SRC_URI="http://www.kmuddy.org/files/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="x86"
SLOT="0"
IUSE=""
|