summaryrefslogtreecommitdiffstats
path: root/devel/cmake/DETAILS
blob: ff8995532a5da0eb835715af0ec34832bfa8f662 (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.2
     SOURCE_HASH=sha512:b7460733ebf81e6c0cade84c26407f474e1b0a7372d19ccadf928a8578a53043fd76c507b45a00762161aaf6938a59df6110a1eb11a7678bfbc984b020e5d68b
              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