depends  bc        &&
depends  zlib      &&
depends  xorg-libs  &&

if  [  "$XSCSV_GTK"  ==  "y"  ];  then
  depends  gtk+2     '--with-gtk' &&
  depends  libxml2   '--with-xml' &&
  depends  libglade2
fi  &&

optional_depends  linux-pam                                     \
                  "--with-pam"                                  \
                  "--without-pam"                               \
                  "for Pluggable Authentication Modules (PAM)"  &&

optional_depends  krb5                                          \
                  "--with-kerberos"                             \
                  "--without-kerberos"                          \
                  "for Kerberos authentication support"         &&

optional_depends  shadow                                        \
                  "--with-shadow"                               \
                  "--without-shadow"                            \
                  "for shadow password authentication support"  &&

optional_depends  GLUT                                          \
                  "--with-gl"                                   \
                  "--without-gl"                                \
                  "for OpenGL demos which require GLUT"         &&

optional_depends  gle                                           \
                  "--with-gle"                                  \
                  "--without-gle"                               \
                  "Enable GLE extentions"                       &&

optional_depends  fortune                                       \
                  "--with-fortune"                              \
                  "--without-fortune"                           \
                  "for fortune text messages" "games"           &&

optional_depends  jpeg                                          \
                  "--with-jpeg"                                 \
                  "--without-jpeg"                              \
                  "for JPEG image support"                      &&

optional_depends  gdk-pixbuf                                    \
                  "--with-pixbuf"                               \
                 "--without-pixbuf"                             \
                  "for GDK-Pixbuf image support"                &&
suggest_depends  xplanet                                        \
                  ""                                            \
                  ""                                            \
                  "support for xplanet screensaver"             &&
suggest_depends  xsnow                                          \
                  ""                                            \
                  ""                                            \
                  "support for xsnow screensaver"               &&
suggest_depends  xmountains                                     \
                  ""                                            \
                  ""                                            \
                  "support for xmountains screensaver"          &&
suggest_depends  xearth                                         \
                  ""                                            \
                  ""                                            \
                  "support for xearth screensaver"              &&
suggest_depends  xdaliclock                                     \
                  ""                                            \
                  ""                                            \
                  "support for xdaliclock screensaver"          &&
suggest_depends  electricsheep                                  \
                  ""                                            \
                  ""                                            \
                  "support for ElectricSheep screensaver"
