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

Context Navigation

  • Back to games-strategy/freeciv/2.2.2

games-strategy/freeciv/2.2.2: freeciv-2.2.2.bep

File freeciv-2.2.2.bep, 730 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file. It's working

Line 
1DESCRIPTION="Freeciv"
2HOMEPAGE="http://www.freeciv.org/"
3SRC_URI="http://sourceforge.net/projects/freeciv/files/Freeciv%202.2/2.2.2/freeciv-2.2.2.tar.bz2/download"
4CHECKSUM_MD5="fae46199dedaf0decc3b82dc06f95624"
5REVISION="1"
6MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
7STATUS_HAIKU="stable"
8DEPEND="pkgconfig >= 0.23
9                dev-lang/lua >= 5.1.4
10                media-lib/libsdl >= 1.2.14
11                media-lib/sdl-mixer >= 1.2.11
12                media-lib/sdl-image >= 1.2.10
13                sys-devel/gettext >= 0.17"
14               
15BUILD {
16        cd freeciv-2.2.2
17        rm aclocal.m4
18        ./autogen.sh
19        autoreconf -i
20        ./configure --prefix=/boot/apps/freeciv
21        make
22}
23
24INSTALL {
25        cd freeciv-2.2.2
26        make install
27}
28
29LICENSE="GNU GPL v2"
30COPYRIGHT="1996-2010 The Freeciv project"

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/