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

Context Navigation

  • Back to Ticket #465

Ticket #465: lincity-ng-2.0.bep

File lincity-ng-2.0.bep, 817 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file. GCC2 is not supported

Line 
1DESCRIPTION="LinCity-NG is a city simulation game."
2HOMEPAGE="http://lincity-ng.berlios.de/wiki/index.php/Main_Page"
3SRC_URI="http://download.berlios.de/lincity-ng/lincity-ng-2.0.tar.bz2"
4CHECKSUM_MD5="1bd0f58e0f2b131d70044f4230600ed1"
5REVISION="1"
6STATUS_HAIKU="stable"
7MESSAGE="Please change your compiler to GCC 4 with setgcc command"
8DEPEND="media-lib/libsdl >= 1.2.14
9        media-lib/sdl-mixer >= 1.2.11
10        media-lib/sdl-image >= 1.2.10
11        media-lib/sdl-ttf >= 2.0.10
12        media-lib/sdl-gfx >= 2.0.20
13        dev-games/physfs >= 2.0.1
14        sys-devel/jam >= 2.5"
15       
16BUILD {
17        cd lincity-ng-2.0
18        libtoolize --force --copy --install
19        ./configure --prefix=/boot/apps/lincity-ng
20        jam
21}
22
23INSTALL {
24        cd lincity-ng-2.0
25        jam install
26}
27
28COPYRIGHT="2005-2009 The LinCity Team"
29LICENSE="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/