Ticket #3049: Portfile

File Portfile, 668 bytes (added by cssdev@…, 19 years ago)

Portfile to fetch latest CMake via cvs

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