summaryrefslogtreecommitdiff
blob: 1d8fa2c4370a71050000bb3c951e85ceb958c860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

EGIT_BRANCH="next"

inherit cmake-utils git-2

DESCRIPTION="Development library for simulation games"
HOMEPAGE="http://www.simgear.org/"
EGIT_REPO_URI="git://gitorious.org/fg/simgear.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND=">=dev-games/openscenegraph-2.9[png]
	dev-libs/boost
	media-libs/openal
	media-libs/freealut"

DEPEND="${RDEPEND}"

DOCS=(NEWS AUTHORS)