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

Context Navigation

  • Back to Ticket #460

Ticket #460: opencity-0.0.6.3stable.bep

File opencity-0.0.6.3stable.bep, 883 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file. It's working only with gcc4 atm

Line 
1DESCRIPTION="OpenCity is a free 3D city simulator"
2HOMEPAGE="http://www.opencity.info/"
3SRC_URI="http://sourceforge.net/projects/opencity/files/Stable/0.0.6/opencity-0.0.6.3stable.tar.bz2/download"
4CHECKSUM_MD5="d42d592019c27b9e10dbba51846826f1"
5REVISION="1"
6MESSAGE="Please change your compiler to GCC 4 with setgcc command"
7STATUS_HAIKU="stable"
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-net >= 1.2.7"
12BUILD {
13        cd opencity-0.0.6.3stable
14        libtoolize --force --copy --install
15        ./configure --prefix=/boot/apps/opencity
16        make
17}
18
19INSTALL {
20        cd opencity-0.0.6.3stable
21        make install
22}
23
24COPYRIGHT="2003-2008 Duong Khang NGUYEN
25    2003-2008 Frederic RODRIGO
26    2006-2007 Brodie THIESFIELD
27    2006 Angelo 'Encelo' THEODOROU
28    2002-2004 Yves BERQUIN
29    1999 Jeff MOLOFEE"
30LICENSE="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/