RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/Coin/Portfile,v
retrieving revision 1.1
diff -u -r1.1 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name Coin |
5 | | version 2.4.3 |
| 5 | version 2.4.4 |
6 | 6 | description cross platform C++ OpenGL scene graph library |
7 | 7 | long_description Coin is a high-level 3D graphics library with a \ |
8 | 8 | C++ Application Programming Interface. Coin uses scene-graph data \ |
… |
… |
|
14 | 14 | platforms darwin |
15 | 15 | maintainers cssdev@mac.com |
16 | 16 | master_sites http://ftp.coin3d.org/coin/src/all/ |
17 | | checksums md5 57c039a55133c5037ebef6759d26f603 |
| 17 | checksums md5 7976fcf2d1154bc8574d75b99bab45ee |
18 | 18 | |
19 | 19 | depends_build lib:libX11.6:XFree86 bin:doxygen:doxygen |
20 | 20 | depends_lib port:simage |
… |
… |
|
41 | 41 | configure.args-append --enable-man --mandir=${prefix}/share/man |
42 | 42 | post-destroot { |
43 | 43 | file rename ${destroot}${prefix}/share/man/man3/threads.3 \ |
44 | | ${destroot}${prefix}/share/man/man3/threads.3coin |
| 44 | ${destroot}${prefix}/share/man/man3/threads-coin.3 |
45 | 45 | file rename ${destroot}${prefix}/share/man/man3/manips.3 \ |
46 | | ${destroot}${prefix}/share/man/man3/manips.3coin |
| 46 | ${destroot}${prefix}/share/man/man3/manips-coin.3 |
47 | 47 | } |
48 | 48 | } |
49 | 49 | |