| 1 | DESCRIPTION="HedgeWars is a Worms clone" |
|---|
| 2 | HOMEPAGE="http://www.hedgewars.org/" |
|---|
| 3 | SRC_URI="http://download.gna.org/hedgewars/hedgewars-src-0.9.14.1.tar.bz2" |
|---|
| 4 | CHECKSUM_MD5="91f47c8d71ff232d17060880cc22477d" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | MESSAGE="Please change your compiler to GCC 4 with setgcc command" |
|---|
| 8 | DEPEND="dev-util/cmake >= 2.8.1 |
|---|
| 9 | dev-lang/fpc >= 2.4.0 |
|---|
| 10 | media-libs/libsdl >= 1.2.14 |
|---|
| 11 | media-libs/sdl-image >= 1.2.10 |
|---|
| 12 | media-libs/sdl-mixer >= 1.2.11 |
|---|
| 13 | media-libs/sdl-ttf >= 2.0.10 |
|---|
| 14 | media-libs/libogg >= 1.2.0 |
|---|
| 15 | media-libs/libvorbis >= 1.3.1 |
|---|
| 16 | media-libs/libtheora >= 1.1.1 |
|---|
| 17 | x11-libs/qt >= 4.8.0" |
|---|
| 18 | |
|---|
| 19 | BUILD { |
|---|
| 20 | cd hedgewars-src-0.9.14.1 |
|---|
| 21 | cmake -DPREFIX=/boot/apps/HedgeWars -DCMAKE_INSTALL_PREFIX=/boot/apps/HedgeWars . |
|---|
| 22 | make |
|---|
| 23 | } |
|---|
| 24 | |
|---|
| 25 | INSTALL { |
|---|
| 26 | cd hedgewars-src-0.9.14.1 |
|---|
| 27 | make install |
|---|
| 28 | } |
|---|
| 29 | |
|---|
| 30 | COPYRIGHT="2004-2010 Andrey Korotaev |
|---|
| 31 | 2006-2008 Igor Ulyanov 'Displacer'" |
|---|
| 32 | LICENSE="GNU GPL v2" |
|---|