|
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/package/kasc/gnubg/subconfig-games.in
|
|
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version. A copy of the GNU General Public
|
|
# License can be found at Documentation/COPYING.
|
|
#
|
|
# Many people helped and are helping developing ROCK Linux. Please
|
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
|
|
# file for details.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
if pkgcheck gnubg X ; then
|
|
menu_begin MENU_PKG_GAMES_GNUBG 'GNU Backgammon'
|
|
if pkgcheck readline X ; then
|
|
bool 'readline support' ROCKCFG_PKG_GNUBG_READLINE 1 "
|
|
support fancy command line editing"
|
|
fi
|
|
if pkgcheck gdbm X ; then
|
|
bool 'gdbm support' ROCKCFG_PKG_GNUBG_GDBM 0 "
|
|
use GNU dbm for position databases"
|
|
fi
|
|
if pkgcheck gtk+12 X ; then
|
|
bool 'gtk+ support' ROCKCFG_PKG_GNUBG_GTK 1 "
|
|
use GTK+ library and widgets"
|
|
fi
|
|
if pkgcheck gtk+22 X ; then
|
|
bool 'gtk+ 2.0 support' ROCKCFG_PKG_GNUBG_GTK2 1 "
|
|
use GTK+ 2.0"
|
|
fi
|
|
if pkgcheck gtkextra2 X ; then
|
|
bool 'gtkextra support' ROCKCFG_PKG_GNUBG_GTKEXTRA 1 "
|
|
use GtkExtra widgets"
|
|
fi
|
|
if pkgcheck guile X ; then
|
|
bool 'guile support' ROCKCFG_PKG_GNUBG_GUILE 1 "
|
|
use the Guile extensibility language"
|
|
fi
|
|
bool 'sound support' ROCKCFG_PKG_GNUBG_SOUND 1 "
|
|
use sounds with GNU Backgammon"
|
|
menu_end
|
|
fi
|