depends  bc        &&
depends  zlib      &&
depends  X11-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"
