summaryrefslogtreecommitdiff
blob: f90b830e1c89d09411a1c1f345286e5df4e09922 (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
28
29
30
31
32
# Copyright 1999-2006 Gentoo Foundation and Thomas Capricelli <orzel@kde.org>
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.11-r1.ebuild,v 1.3 2006/12/06 20:26:37 wolf31o2 Exp $

inherit kde

DESCRIPTION="real-time strategy game, with the feeling of Command&Conquer(tm) (needs at least 2 ppl to play)"
HOMEPAGE="http://boson.sourceforge.net/"
SRC_URI="mirror://sourceforge/boson/boson-all-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc -sparc x86"
IUSE="opengl"

DEPEND="media-libs/lib3ds
	media-libs/openal
	opengl? ( virtual/opengl )"

need-kde 3

S=${WORKDIR}/${PN}-all-${PV}

PATCHES="${FILESDIR}/${P}"-gcc41.patch
PATCHES1="${FILESDIR}/${P}-install.patch ${FILESDIR}/${P}-openal.patch"

src_compile() {
	myconf="$(use_with opengl gl)"
	MAKEOPTS="${MAKEOPTS} -j1"

	kde_src_compile
}