blob: 47e45257fc86775db88df928d21b50ebe57d4cd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/app-misc/kbrain/kbrain-0.1.3.ebuild,v 1.4 2002/07/25 17:20:01 seemant Exp $
. /usr/portage/eclass/inherit.eclass || die
inherit kde-base || die
S="${WORKDIR}/kbrain-${PV}"
need-kde 3.0
DESCRIPTION="handy program to create Mind Maps"
SRC_URI="http://cmjartan.freezope.org/kbrain/files/${P}.tar.gz"
HOMEPAGE="http://cmjartan.freezope.org/kbrain"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
|