]> Pileus Git - ~andy/sunrise/blob - media-gfx/fontmatrix/fontmatrix-0.4.0.ebuild
app-misc/clex: Version bump, remove old, the online manual pages will be released...
[~andy/sunrise] / media-gfx / fontmatrix / fontmatrix-0.4.0.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=1
6
7 inherit cmake-utils
8
9 DESCRIPTION="A graphical font manager"
10 HOMEPAGE="http://www.fontmatrix.net/"
11 SRC_URI="http://www.fontmatrix.net/archives/${P}-Source.tar.gz"
12
13 LICENSE="GPL-3"
14 SLOT="0"
15 KEYWORDS="~x86"
16 IUSE=""
17
18 RDEPEND=">=x11-libs/qt-4.3:4
19         =media-libs/freetype-2*"
20 RDEPEND="${RDEPEND}
21         dev-util/cmake"
22
23 S="${WORKDIR}/${P}-Source/"