summaryrefslogtreecommitdiffstats
path: root/devel/cmake/DETAILS
blob: 750be4718bb80a9180217429961d64b0d119d2e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=cmake
         VERSION=3.0.1
     SOURCE_HASH=sha512:2ac7f0f37664f851fa440af05ea070a606a6f994bda3d977d3881dee207ba7ccbd3c9f296db7cfff492d3a7b5a6694c91e56896114f622305e8bdb6dbbff6407
              VX=v`echo $VERSION|cut -c-3`
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.cmake.org/files/$VX/$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