summaryrefslogtreecommitdiffstats
path: root/devel/cmake/DETAILS
blob: a2735ac0b2499af0cc94790ce129d94cb5c95003 (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.2.3
     SOURCE_HASH=sha512:1fddea23c8e28cd6893879bd3bb349564ece815eaa5c68c3519dd62f0baa05eabbfc38168458ab91594cb0feeefd2ea761b6d292b679f8b9aa33e08a0b9d5b4c
              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
         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