RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/cmake-devel/Portfile,v
retrieving revision 1.2
diff -u -r1.2 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name cmake-devel |
5 | | version 2.2.1 |
6 | | revision 1 |
| 5 | version 2.3-20060225 |
7 | 6 | categories devel |
8 | 7 | maintainers cssdev@mac.com |
9 | | description Cross-platform make (beta) |
| 8 | description Cross-platform make (cvs version) |
10 | 9 | homepage http://www.cmake.org/ |
| 10 | platforms darwin |
11 | 11 | long_description \ |
12 | 12 | An extensible, open-source system that manages the build \ |
13 | 13 | process in an operating system and compiler independent manner. \ |
14 | 14 | Unlike many cross-platform systems, CMake is designed to be \ |
15 | 15 | used in conjunction with the native build environment. |
16 | 16 | |
17 | | platforms darwin |
18 | | master_sites http://www.cmake.org/files/v2.2/ |
19 | | distname cmake-${version} |
20 | | checksums md5 0b8ea4304901a2c4374fb0d1c313834a |
| 17 | # Tarball development releases are sometimes available from Kitware. |
| 18 | #master_sites http://www.cmake.org/files/v2.2/ |
| 19 | #distname cmake-${version} |
| 20 | #checksums md5 0b8ea4304901a2c4374fb0d1c313834a |
| 21 | worksrcdir CMake |
| 22 | |
21 | 23 | configure.args --mandir=/share/man --docdir=/share/doc/CMake |
22 | 24 | |
| 25 | fetch.type cvs |
| 26 | cvs.root :pserver:anonymous@www.cmake.org:/cvsroot/CMake |
| 27 | cvs.module CMake |
| 28 | cvs.password cmake |
| 29 | cvs.date 2006/02/26 |
| 30 | |
23 | 31 | post-destroot { |
24 | 32 | xinstall -d -m 0755 ${destroot}${prefix}/share/emacs/site-lisp |
25 | 33 | xinstall -m 0644 ${worksrcpath}/Docs/cmake-mode.el \ |
… |
… |
|
29 | 37 | xinstall -m 0644 ${worksrcpath}/CMake.rtf \ |
30 | 38 | ${destroot}${prefix}/share/doc/CMake |
31 | 39 | } |
| 40 | |