HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #469

Ticket #469: hedgewars-0.9.14.1.bep

File hedgewars-0.9.14.1.bep, 927 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file. Tested and works with haikuporter

Line 
1DESCRIPTION="HedgeWars is a Worms clone"
2HOMEPAGE="http://www.hedgewars.org/"
3SRC_URI="http://download.gna.org/hedgewars/hedgewars-src-0.9.14.1.tar.bz2"
4CHECKSUM_MD5="91f47c8d71ff232d17060880cc22477d"
5REVISION="1"
6STATUS_HAIKU="stable"
7MESSAGE="Please change your compiler to GCC 4 with setgcc command"
8DEPEND="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
19BUILD {
20        cd hedgewars-src-0.9.14.1
21        cmake -DPREFIX=/boot/apps/HedgeWars -DCMAKE_INSTALL_PREFIX=/boot/apps/HedgeWars .
22        make
23}
24
25INSTALL {
26        cd hedgewars-src-0.9.14.1
27        make install
28}
29
30COPYRIGHT="2004-2010 Andrey Korotaev
31                   2006-2008 Igor Ulyanov 'Displacer'"
32LICENSE="GNU GPL v2"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/