summaryrefslogtreecommitdiff
blob: 3bc3395be3c2c68c3eeaaf768a145413be7027c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Holger Brueckner <darks@gentoo.org>
# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/uml-1.0.3.ebuild,v 1.3 2002/05/27 17:27:38 drobbins 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"

newdepend ">=kde-base/kdebase-2.2 virtual/glibc"

need-kde 2.2

src_compile() {
	kde_src_compile myconf
	myconf="$myconf --mandir=${D}/usr/share/man"
	kde_src_compile configure make
}