           SPELL=imake
         VERSION=1.0.8
          SOURCE=$SPELL-$VERSION.tar.bz2
   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/$SPELL-$VERSION
        WEB_SITE=https://xorg.freedesktop.org
         ENTERED=20051125
      LICENSE[0]=XCL
           SHORT="The X.Org C preprocessor-based Makefile build system"
cat << EOF
imake is a build system which uses the C preprocessor to generate
Makefiles from Imakefiles and a template file, which may optionally
include other templates to form complex macros and patters.  It is
predominately used by legacy X applications for their build process.
EOF
