| 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.18-3.tar.bz2" |
|---|
| 4 | CHECKSUM_MD5="02465736fdcf48feea1cacaa0aa5960e" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." |
|---|
| 7 | DEPEND="dev-util/cmake >= 2.6.0 |
|---|
| 8 | dev-lang/fpc >= 2.4.0 |
|---|
| 9 | media-libs/libsdl >= 1.2.5 |
|---|
| 10 | media-libs/sdl-image >= 1.2.10 |
|---|
| 11 | media-libs/sdl-mixer >= 1.2.11 |
|---|
| 12 | media-libs/sdl-ttf >= 2.0.10 |
|---|
| 13 | media-libs/sdl-net >= 1.2.5 |
|---|
| 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.5.0" |
|---|
| 18 | |
|---|
| 19 | BUILD { |
|---|
| 20 | cd hedgewars-src-0.9.18 |
|---|
| 21 | cmake -DPREFIX=/boot/apps/HedgeWars -DCMAKE_INSTALL_PREFIX=/boot/apps/HedgeWars . |
|---|
| 22 | make |
|---|
| 23 | } |
|---|
| 24 | |
|---|
| 25 | INSTALL { |
|---|
| 26 | cd hedgewars-src-0.9.18 |
|---|
| 27 | make install |
|---|
| 28 | } |
|---|
| 29 | |
|---|
| 30 | COPYRIGHT="2004-2010 Andrey Korotaev |
|---|
| 31 | 2006-2008 Igor Ulyanov 'Displacer'" |
|---|
| 32 | LICENSE="GNU GPL v2" |
|---|