RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/Coin/Portfile,v
retrieving revision 1.2
diff -u -r1.2 Portfile
|
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | name Coin |
5 | 5 | version 2.4.4 |
| 6 | revision 1 |
6 | 7 | description cross platform C++ OpenGL scene graph library |
7 | 8 | long_description Coin is a high-level 3D graphics library with a \ |
8 | 9 | C++ Application Programming Interface. Coin uses scene-graph data \ |
… |
… |
|
20 | 21 | depends_lib port:simage |
21 | 22 | |
22 | 23 | use_configure yes |
23 | | configure.args --with-simage=${prefix} --mandir=${prefix}/share/man |
| 24 | configure.args --with-simage=${prefix} --mandir=${prefix}/share/man \ |
| 25 | --enable-3ds-import |
24 | 26 | |
25 | 27 | platform darwin { |
26 | 28 | configure.args-append --without-framework --enable-darwin-x11 |