           SPELL=bzflag
if [[ $BZF_VERSION == "v2_0branch" ]]; then
if [[ $BZF_SCM_AUTO == y ]]; then
        VERSION="$(date +%Y%m%d)-$BZF_VERSION"
else
        VERSION=$BZF_VERSION
fi
          SOURCE=$SPELL-$BZF_VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$BZF_VERSION
   SOURCE_URL[0]=svn_http://$SPELL.svn.sourceforge.net/svnroot/$SPELL/branches/$BZF_VERSION/$SPELL:$SPELL-$BZF_VERSION
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
elif [[ $BZF_VERSION == "v2_0_cs_branch" ]]; then
if [[ $BZF_SCM_AUTO == y ]]; then
        VERSION="$(date +%Y%m%d)-$BZF_VERSION"
else
        VERSION=$BZF_VERSION
fi
          SOURCE=$SPELL-$BZF_VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$BZF_VERSION
   SOURCE_URL[0]=svn_http://$SPELL.svn.sourceforge.net/svnroot/$SPELL/branches/$BZF_VERSION/$SPELL:$SPELL-$BZF_VERSION
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
elif [[ $BZF_VERSION == "trunk" ]]; then
if [[ $BZF_SCM_AUTO == y ]]; then
        VERSION="$(date +%Y%m%d)-$BZF_VERSION"
else
        VERSION=$BZF_VERSION
fi
          SOURCE=$SPELL-$BZF_VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$BZF_VERSION
   SOURCE_URL[0]=svn_http://$SPELL.svn.sourceforge.net/svnroot/$SPELL/$BZF_VERSION/$SPELL:$SPELL-$BZF_VERSION
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=2.0.16
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]="$SOURCEFORGE_URL/$SPELL/bzflag%20source/$VERSION/$SOURCE"
     SOURCE_HASH=sha512:e874c15fb18e02b7e9bccd60b88a3c879ea07f1d6e6f9aa3991cf42681119b04de28b90c168c7ad0fc16e61bd562f98ece5a2915143ffb45a547e314b1e003ee
fi
        WEB_SITE=http://www.bzflag.org/
         ENTERED=20010922
      LICENSE[0]=GPL
           SHORT="3D multiplayer network tank battle game"
cat << EOF
BZFlag is a 3D multiplayer tank battle game that pits players against
each other in a networked environment. It runs on Linux, Windows
95/98/NT/2000, Irix 5.3 or higher, and Solaris. An OpenGL accelerator is
highly recommended, but it is playable with 3D in software.
EOF
