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.18.bep

File hedgewars-0.9.18.bep, 889 bytes (added by richienyhus, 2 years ago)
Line 
1DESCRIPTION="HedgeWars is a Worms clone"
2HOMEPAGE="http://www.hedgewars.org/"
3SRC_URI="http://download.gna.org/hedgewars/hedgewars-src-0.9.18-3.tar.bz2"
4CHECKSUM_MD5="02465736fdcf48feea1cacaa0aa5960e"
5REVISION="1"
6MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
7DEPEND="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
19BUILD {
20        cd hedgewars-src-0.9.18
21        cmake -DPREFIX=/boot/apps/HedgeWars -DCMAKE_INSTALL_PREFIX=/boot/apps/HedgeWars .
22        make
23}
24
25INSTALL {
26        cd hedgewars-src-0.9.18
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/