cmake version 2.4.7 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    cmake  most recent diff


      View the most recent changes for the cmake port at: cmake.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for cmake.
      The raw portfile for cmake 2.4.7 is located here:
      http://cmake.darwinports.com/dports/devel/cmake/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/cmake
      Google
      Web Darwinports.com



      # $Id: Portfile 28189 2007-08-24 12:13:59Z css macports.org $

      PortSystem 1.0
      Name: cmake
      Version: 2.4.7
      Category: 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/
      Platform: darwin freebsd
      master_sites http://www.cmake.org/files/v2.4/
      checksums md5 4476c423b8f74266136964e42ea88028 sha1 72308fdd131d5a5ad1c617769c16a417ebec0004
      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
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/cmake
      % sudo port install cmake
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching cmake
      ---> Verifying checksum for cmake
      ---> Extracting cmake
      ---> Configuring cmake
      ---> Building cmake with target all
      ---> Staging cmake into destroot
      ---> Installing cmake
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using cmake with these commands:
      %  man cmake
      % apropos cmake
      % which cmake
      % locate cmake

     Where to find more information:

    Darwin Ports



    image test