1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name cmake-devel |
---|
5 | version 2.1 |
---|
6 | revision 0 |
---|
7 | categories devel |
---|
8 | maintainers cssdev@mac.com |
---|
9 | description Cross-platform make (CVS) |
---|
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 | homepage http://www.cmake.org/ |
---|
16 | platforms darwin freebsd |
---|
17 | configure.args --mandir=/share/man |
---|
18 | |
---|
19 | fetch.type cvs |
---|
20 | cvs.root :pserver:anonymous@www.cmake.org:/cvsroot/CMake |
---|
21 | cvs.env CVS_RSH=ssh |
---|
22 | cvs.password cmake |
---|
23 | cvs.module CMake |
---|
24 | worksrcdir ${cvs.module} |
---|