           SPELL=windowmaker

if [[ "${WINDOWMAKER_CVS}" == "y" ]] ; then

    if  [[ "${WINDOWMAKER_CVS_AUTOUPDATE}" == "y" ]]
    then VERSION=$(date +%Y%m%d)
    else VERSION=cvs
    fi

          SOURCE=windowmaker-cvsroot.tar.bz2
      SOURCE_URL=cvs://:pserver:anoncvs@cvs.windowmaker.org:/cvsroot:wm
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvsroot

else
         VERSION=0.92.0
     GCC_VERSION=3.4
          SOURCE=WindowMaker-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/WindowMaker-$VERSION
   SOURCE_URL[0]=ftp://www.windowmaker.org/pub/source/release/$SOURCE
   SOURCE_URL[1]=http://download.sourcemage.org/mirror/$SOURCE
     SOURCE_HASH=sha256:b431ce9f47c5d4cd52ab5b8298cff56fd5700d6e6052b149e19b6c567e526db1
          MD5[0]=800b36719dc214e107f4d80e95d22ca3
fi
        WEB_SITE=http://www.windowmaker.org
      LICENSE[0]=GPL
      LICENSE[1]=http://windowmaker.org/disclaimer.html
       BUILD_API=2
         ENTERED=20010922
         UPDATED=20021113
           SHORT="X11 window manager, similar to NeXTSTEP"
cat << EOF
Window Maker is an X11 window manager designed to give additional
integration support to the GNUstep Desktop Environment. In every way
possible, it reproduces the elegant look and feel of the NeXTSTEP[tm]
GUI. It is fast, feature rich, easy to configure, and easy to use. In
addition, Window Maker works with GNOME and KDE, making it one of the
most useful and universal window managers available.
EOF
