* updated kde-dev-utils (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / games / freeciv / subconfig-games.in
blobc2a7a5321c82b7d548b7a19ac898ad307784e4c1
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../freeciv/subconfig-games.in
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
7
8 # More information can be found in the files COPYING and README.
9
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
16 if pkgcheck freeciv X; then
17       menu_begin MENU_PKG_GAMES_FREECIV 'FreeCiv'
18         if pkgcheck esound X; then
19           bool 'esd support' SDECFG_PKG_FREECIV_ESD 1 "
20             Try to enable Esound support"
21         fi
22         if pkgcheck libsdl_mixer X; then
23           bool 'sdl_mixer support' SDECFG_PKG_FREECIV_SDLMIX 1 "
24             Try to enable SDL_mixer support"
25         fi
26         if pkgcheck readline X; then
27           bool 'readline support' SDECFG_PKG_FREECIV_READLINE 1 "
28             support fancy command line editing"
29         fi
30         if pkgcheck xaw3d X; then
31           choice SDECFG_PKG_FREECIV_XAW gtk \
32              gtk    "use the gtk widget set. This one is the nicest ;)"  \
33             xaw    "use the Xaw widget set for the xaw client"    \
34             xaw3d  "use the Xaw3d widget set for the xaw client (broken!)"
35         fi
36         if pkgcheck zlib X; then
37           bool 'zlib support' SDECFG_PKG_FREECIV_ZLIB 1 "
38             use zlib to (un)compress savegames transparently"
39         fi
40         if pkgcheck electricfence X; then
41           bool 'efence support' SDECFG_PKG_FREECIV_EFENCE 0 "
42             use Electric Fence, malloc debugger"
43         fi
44       menu_end