a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21520 2007-01-26 16:50:02Z css@macports.org $
PortSystem 1.0
name cmake
version 2.4.6
categories devel
maintainers css@macports.org
description Cross-platform make
long_description \
An extensible, open-source system that manages the build \
process in an operating system and compiler independent manner. \
Unlike many cross-platform systems, CMake is designed to be \
used in conjunction with the native build environment.
homepage http://www.cmake.org/
platforms darwin freebsd
master_sites http://www.cmake.org/files/v2.4/
checksums md5 c99c747ad8e9bfb3bef9cca875a52129 \
sha1 5290aaf949413ee7f77275ba68e73cec1546364b
configure.args --mandir=/share/man --docdir=/share/doc/cmake
post-destroot {
xinstall -d -m 0755 ${destroot}${prefix}/share/emacs/site-lisp
xinstall -m 0644 ${worksrcpath}/Docs/cmake-mode.el \
${destroot}${prefix}/share/emacs/site-lisp
xinstall -d -m 0755 ${destroot}${prefix}/share/doc/cmake
xinstall -m 0644 -W ${worksrcpath}/Docs cmake-indent.vim \
cmake-syntax.vim ${destroot}${prefix}/share/doc/cmake
}