          MODULE=cmake
         VERSION=4.3.3
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/Kitware/CMake/archive/refs/tags/v$VERSION.tar.gz
      SOURCE_VFY=sha256:dc03bd12dca68ef479c672fd3c62491908f28dfd92f9ec217e0b6b34498515a6
SOURCE_DIRECTORY=$BUILD_DIRECTORY/CMake-$VERSION
        WEB_SITE=https://cmake.org/
         ENTERED=20060725
         UPDATED=20260609
           SHORT="Cross-platform make system"

cat << EOF
Welcome to CMake, the 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
