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

Context Navigation

  • Back to Ticket #292

Ticket #292: fheroes2-1.0-svn.bep

File fheroes2-1.0-svn.bep, 1.1 KB (added by michaelvoliveira, 5 years ago)

better and improved .bep file

Line 
1DESCRIPTION="fheroes2"
2HOMEPAGE="http://sourceforge.net/projects/fheroes2/"
3SRC_URI="svn+https://fheroes2.svn.sourceforge.net/svnroot/fheroes2"
4#CHECKSUM_MD5=""
5REVISION="1"
6STATUS_HAIKU="stable"
7MESSAGE="Please change your compiler to GCC 4 with setgcc command"
8DEPEND="media-libs/libsdl >= 1.2.14
9        media-libs/libogg >= 1.1.14
10        media-libs/sdl-image >= 1.2.10
11        media-libs/sdl-mixer >= 1.2.11
12        media-libs/sdl-net >= 1.2.7
13        media-libs/sdl-ttf >= 2.0.10
14        sys-devel/gettext >= 0.17"
15
16BUILD {
17        cd fheroes2-1.0-svn
18        cd trunk
19        cd fheroes2
20        CFLAGS="-DBUILD_RELEASE" make
21}
22
23INSTALL {
24       cd fheroes2-1.0-svn
25           cd trunk
26           cd fheroes2
27       mkdir -p /boot/apps/fheroes2
28       cp -rf data /boot/apps/fheroes2
29       cp -rf files /boot/apps/fheroes2
30       cp -rf image /boot/apps/fheroes2
31       cp -rf maps /boot/apps/fheroes2
32       cp fheroes2.cfg /boot/apps/fheroes2
33       cp fheroes2 /boot/apps/fheroes2
34       cp README /boot/apps/fheroes2
35       find /boot/apps/fheroes2 -type d -name ".svn" | xargs rm -rf
36}
37
38LICENSE="GNU GPL v2"
39COPYRIGHT="2003-2010 The Fheroes2 Team"

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/