           SPELL=cmake
         VERSION=2.8.3
     SOURCE_HASH=sha512:d3a040049929c4589c7fad778e17290cbd58257367e49acd9daa364340df72a6bb38e77119258e1683c22586380c0e19f347d16a9408e2fa2e4d3c0a9317c8c4
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.cmake.org/files/v${VERSION%.*}/$SOURCE
#      SOURCE_GPG=gurus.gpg:$SOURCE.sig
      LICENSE[0]=BSD
        WEB_SITE=http://www.cmake.org/HTML/index.html
         ENTERED=20020429
        KEYWORDS="devel"
           SHORT="Cross-platform make system"
cat << EOF
CMake is a cross-platform, open-source make system. CMake is used to
control the software compilation process using simple platform and
compiler independent configuration files. CMake generates native
makefiles and workspaces that can be used in the compiler environment
of your choice. CMake is quite sophisticated: it is possible to
support complex environments requiring system configuration,
pre-processor generation, code generation, and template instantiation.
EOF
