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

Context Navigation

  • Back to Ticket #520

Ticket #520: irrlicht-1.8.0-svn.bep

File irrlicht-1.8.0-svn.bep, 519 bytes (added by michaelvoliveira, 4 years ago)

working .bep file

Line 
1DESCRIPTION="open source high performance realtime 3D engine written in C++"
2HOMEPAGE="http://irrlicht.sourceforge.net/"
3SRC_URI="svn+https://irrlicht.svn.sourceforge.net/svnroot/irrlicht/trunk"
4#CHECKSUM_MD5=""
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="media-libs/libsdl >= 1.2.14"
8
9BUILD {
10        cd irrlicht-1.8.0-svn
11        cd source
12        cd Irrlicht
13        make sharedlib
14}
15
16INSTALL {
17        cd irrlicht-1.8.0-svn
18        cd source
19        cd Irrlicht
20        make INSTALL_DIR=/boot/common/lib install
21}
22
23LICENSE="Zlib"
24COPYRIGHT="2002-2011 Nikolaus Gebhardt"

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/