           SPELL=fresco
if [ "$CVS" = "yes" ]; then
         VERSION=cvs
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=cvs://:pserver:anonymous@src.fresco.org:/cvs/fresco:Fresco
          MD5[0]="IGNORE"
else
         VERSION=M2
          SOURCE=Fresco-$VERSION.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/Fresco-${VERSION}
   SOURCE_URL[0]=http://download.fresco.org/releases/${VERSION}/src/${SOURCE}
          MD5[0]=d4e1887490e5430af5567db61f6d5951
fi
        WEB_SITE=http://www2.fresco.org/index.html
         ENTERED=20030915
         UPDATED=20030915
      LICENSE[0]=LGPL
       BUILD_API=2
           SHORT="Windowing system originally based on InterViews"
cat << EOF
Fresco is a consistent, configurable, stand alone, modular, and device
independent user interface system, formerly known as Berlin. Fresco is based
on the concept of a server side scene graph. It uses CORBA, which results in
the whole system being network- and language transparent. To access input
and output devices low-level graphic libraries are used.
EOF
