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

Context Navigation

  • Back to Ticket #400

Ticket #400: freeciv-2.2.3.bep

File freeciv-2.2.3.bep, 772 bytes (added by michaelvoliveira, 5 years ago)

.bep file without ${SRC} part. Without autogen command, the game uses static libraries

Line 
1DESCRIPTION="Freeciv"
2HOMEPAGE="http://www.freeciv.org/"
3SRC_URI="http://sourceforge.net/projects/freeciv/files/Freeciv%202.2/2.2.3/freeciv-2.2.3.tar.bz2/download"
4CHECKSUM_MD5="b324e3c59f029d0566482f584181a4b2"
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.3
17        mkdir -p ${DESTDIR}`finddir B_APPS_DIRECTORY`/freeciv
18        autoreconf -i
19        ./configure --prefix=`finddir B_APPS_DIRECTORY`/freeciv
20        make
21}
22
23INSTALL {
24        cd freeciv-2.2.3
25        make install
26}
27
28LICENSE="GNU GPL v2"
29COPYRIGHT="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/