           SPELL=makedepend
             PKG=makedepend
         VERSION=1.0.9
          SOURCE=${PKG}-${VERSION}.tar.xz
   SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/util/${SOURCE}
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
        WEB_SITE=https://xorg.freedesktop.org
         ENTERED=20051125
      LICENSE[0]=XCL
           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
