           SPELL=libmilter
          SPELLX=sendmail
if [[ $LIBMILTER_MDS_OPTION == y ]]; then
         # determined by include/libmilter/mfapi.h
         VERSION=1.0.2
else
         VERSION=1.0.1
fi
        VERSIONX=8.14.7
          SOURCE=$SPELLX.$VERSIONX.tar.gz
         SOURCE2=$SOURCE.sig
   SOURCE_URL[0]=ftp://ftp.sendmail.org/pub/$SPELLX/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sig
      SOURCE_GPG=sendmail.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSIONX"
        DOC_DIRS="libmilter/docs"
            DOCS="libmilter/README LICENSE"
        WEB_SITE=http://www.sendmail.org/
      LICENSE[0]=SENDMAIL
         ENTERED=20130726
           SHORT="mail filter support library for sendmail"
cat << EOF
The sendmail Mail Filter API (Milter) is designed to allow third-party programs
access to mail messages as they are being processed in order to filter
meta-information and content.
EOF
