RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/cmake/Portfile,v
retrieving revision 1.9
diff -u -r1.9 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name cmake |
5 | | version 2.2.3 |
| 5 | version 2.4.2 |
6 | 6 | categories devel |
7 | 7 | maintainers cssdev@mac.com |
8 | 8 | description Cross-platform make |
… |
… |
|
13 | 13 | used in conjunction with the native build environment. |
14 | 14 | homepage http://www.cmake.org/ |
15 | 15 | platforms darwin freebsd |
16 | | master_sites http://www.cmake.org/files/v2.2/ |
17 | | checksums md5 d29377b76fbab6a74107c49adc9e6457 |
18 | | configure.args --mandir=/share/man |
| 16 | master_sites http://www.cmake.org/files/v2.4/ |
| 17 | checksums md5 c774f932cbd0c77d3cd76f0f8f46e0d9 |
| 18 | configure.args --mandir=/share/man --docdir=/share/doc/CMake |
19 | 19 | |
20 | 20 | post-destroot { |
21 | 21 | xinstall -d -m 0755 ${destroot}${prefix}/share/emacs/site-lisp |
… |
… |
|
27 | 27 | xinstall -m 0644 ${worksrcpath}/CMake.rtf \ |
28 | 28 | ${destroot}${prefix}/share/CMake/Docs |
29 | 29 | } |
30 | | |