blob: e9f97535b4d58fbd24120416800418e8847b1a2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/uml-1.0.3.ebuild,v 1.5 2002/07/23 13:28:37 seemant Exp $
inherit kde-base
DESCRIPTION="KDE 2.2 UML Drawing Utility"
SRC_URI="mirror://sourceforge/uml/${P}-1.tar.gz"
HOMEPAGE="http://uml.sourceforge.net"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
newdepend ">=kde-base/kdebase-2.2"
need-kde 2.2
src_compile() {
kde_src_compile myconf
myconf="${myconf} --mandir=${D}/usr/share/man"
kde_src_compile configure make
}
|