1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name cmake-devel |
---|
5 | version 2.2.1 |
---|
6 | categories devel |
---|
7 | maintainers cssdev@mac.com |
---|
8 | description Cross-platform make (beta) |
---|
9 | homepage http://www.cmake.org/ |
---|
10 | long_description \ |
---|
11 | An extensible, open-source system that manages the build \ |
---|
12 | process in an operating system and compiler independent manner. \ |
---|
13 | Unlike many cross-platform systems, CMake is designed to be \ |
---|
14 | used in conjunction with the native build environment. |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | master_sites http://www.cmake.org/files/v2.2/ |
---|
18 | distname cmake-${version} |
---|
19 | checksums md5 0b8ea4304901a2c4374fb0d1c313834a |
---|
20 | configure.args --mandir=/share/man |
---|
21 | |
---|
22 | post-destroot { |
---|
23 | xinstall -d -m 0755 ${destroot}${prefix}/share/emacs/site-lisp |
---|
24 | xinstall -m 0644 ${worksrcpath}/Docs/cmake-mode.el \ |
---|
25 | ${destroot}${prefix}/share/emacs/site-lisp |
---|
26 | xinstall -d -m 0755 ${destroot}${prefix}/share/CMake/Docs |
---|
27 | xinstall -m 0644 -W ${worksrcpath}/Docs cmake-indent.vim \ |
---|
28 | cmake-syntax.vim ${destroot}${prefix}/share/CMake/Docs |
---|
29 | xinstall -m 0644 ${worksrcpath}/CMake.rtf \ |
---|
30 | ${destroot}${prefix}/share/CMake/Docs |
---|
31 | } |
---|