RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/cmake/Portfile,v
retrieving revision 1.6
diff -u -r1.6 Portfile
|
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | name cmake |
5 | 5 | version 2.0.6 |
6 | | revision 1 |
| 6 | revision 3 |
7 | 7 | categories devel |
8 | 8 | maintainers cssdev@mac.com |
9 | 9 | description Cross-platform make |
… |
… |
|
16 | 16 | platforms darwin freebsd |
17 | 17 | master_sites http://www.cmake.org/files/v2.0/ |
18 | 18 | checksums md5 840ea86d7f1a56b469052c9cabbeac54 |
19 | | patchfiles patch-cmDynamicLoader.h.diff |
| 19 | patchfiles patch-CMakeDefaultMakeRuleVariables.cmake.diff \ |
| 20 | patch-cmDynamicLoader.h.diff |
20 | 21 | configure.args --mandir=/share/man |
21 | 22 | |
22 | 23 | post-destroot { |
23 | 24 | xinstall -d -m 0755 ${destroot}${prefix}/share/emacs/site-lisp |
24 | 25 | xinstall -m 0644 ${worksrcpath}/Docs/cmake-mode.el \ |
25 | 26 | ${destroot}${prefix}/share/emacs/site-lisp |
| 27 | xinstall -d -m 0755 ${destroot}${prefix}/share/CMake/Docs |
| 28 | xinstall -m 0644 -W ${worksrcpath}/Docs cmake-indent.vim \ |
| 29 | cmake-syntax.vim ${destroot}${prefix}/share/CMake/Docs |
| 30 | xinstall -m 0644 ${worksrcpath}/CMake.rtf \ |
| 31 | ${destroot}${prefix}/share/CMake/Docs |
26 | 32 | } |