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

Context Navigation

  • Back to Ticket #386

Ticket #386: openscenegraph-2.8.3.bep

File openscenegraph-2.8.3.bep, 606 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file

Line 
1DESCRIPTION="OpenSceneGraph"
2HOMEPAGE="http://www.openscenegraph.org/projects/osg/"
3SRC_URI="http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.8.3/source/OpenSceneGraph-2.8.3.zip"
4#CHECKSUM_MD5=""
5REVISION="1"
6STATUS_HAIKU="stable"
7MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
8DEPEND="dev-util/cmake >= 2.8.0"
9
10BUILD {
11        cd OpenSceneGraph-2.8.3
12        cmake . -DCMAKE_BUILD_TYPE=Release $@
13        make
14}
15
16INSTALL {
17        cd OpenSceneGraph-2.8.3
18        make install
19}
20
21LICENSE="wxWindows LL v3
22                OpenSceneGraph PL v0.0
23                GNU LGPL v2.1"
24COPYRIGHT="2002-2010 Robert Osfield"

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/