          MODULE=makedepend
         VERSION=1.0.9
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=$XORG_URL/individual/util
      SOURCE_VFY=sha256:92d0deb659fff6d8ddbc1d27fc4ca8ceb2b6dbe15d73f0a04edc09f1c5782dd4
   MODULE_PREFIX=${X11R7_PREFIX:-/usr}
        WEB_SITE=https://www.x.org
         ENTERED=20060227
         UPDATED=20240205
           SHORT="makedepend create dependencies in makefiles"

cat << EOF
program reads each sourcefile in sequence and parses it like a
C-preprocessor, processing all
 #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif
and
 #else
directives so that it can correctly tell which #include directives
would be used in a compilation.
EOF
