           SPELL=cinclude2dot
         VERSION=1.0
          SOURCE=${SPELL}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=http://www.flourish.org/${SPELL}/${SOURCE}
   SOURCE_IGNORE=unversioned
        WEB_SITE=http://www.flourish.org/${SPELL}/
         ENTERED=20030403
      LICENSE[0]=GPL
        KEYWORDS="graph graphics"
           SHORT="Analyses C/C++ code and produces a #include dependency graph"
cat << EOF
This is the Perl script which analyses C/C++ code and produces a #include dependency graph. The output from the script is a dot file for input into graphviz. This is an improved version of the original script, which you can find here. Many thanks to Darxus for creating the original. The new version adds directory clustering, file include path searching and various other features. Both are licensed under the GPL.
EOF
