           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.info:/cvsroot:wm
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvsroot

else
         VERSION=0.92.0
          SOURCE=WindowMaker-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/WindowMaker-$VERSION
   SOURCE_URL[0]=ftp://www.windowmaker.info/pub/source/release/$SOURCE
   SOURCE_URL[1]=http://download.sourcemage.org/mirror/$SOURCE
     SOURCE_HASH=sha256:b431ce9f47c5d4cd52ab5b8298cff56fd5700d6e6052b149e19b6c567e526db1
     SOURCE_HASH=sha512:8efd60d85928caba0b3228165210686646c70efa21fe8a0f774c3c2e5bc2ab05d5cc489fba4b92f5739a3a8cdeff2c08d9c2a114a09d679ed64f812c8ad51774
fi
        WEB_SITE=http://www.windowmaker.info
      LICENSE[0]=GPL
      LICENSE[1]=http://windowmaker.info/disclaimer.html
         ENTERED=20010922
         UPDATED=20021113
        KEYWORDS="windowmanagers"
           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
