blob: c44a2660362fe90b0722b8afd6e41a5cdc02cd19 (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild,v 1.1 2006/10/26 20:59:45 wolf31o2 Exp $
MOD_DESC="port of Action Quake 2 to Qauke 3: Arena"
MOD_NAME="Reaction"
MOD_DIR="reaction"
inherit games games-mods
HOMEPAGE="http://www.rq3.com/"
SRC_URI="http://www.rq3.com/ReactionQuake3-v${PV}-Full.zip
http://ftp.stu.edu.tw/FreeBSD/distfiles/ReactionQuake3-v${PV}-Full.zip
http://ftp.twaren.net/BSD/FreeBSD/distfiles/ReactionQuake3-v${PV}-Full.zip
http://ftp.giga.net.tw/OS/FreeBSD/distfiles/ReactionQuake3-v${PV}-Full.zip"
LICENSE="as-is"
KEYWORDS="-* ~amd64 ~ppc ~x86"
RDEPEND="ppc? ( games-fps/${GAME} )
!ppc? (
|| (
games-fps/${GAME}
games-fps/${GAME}-bin ) )"
|