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