* updated libkomparediff2 (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / games / nethack / subconfig-games.in
blob4ed7e55ef9fd68b1f1b94369a438c6e5b8d4ac9d
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../nethack/subconfig-games.in
5 # Copyright (C) 2004 - 2005 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 nethack X
17 then
18         menu_begin MENU_PKG_NETHACK 'NetHack Options'
19                 comment '- User Interfaces'
20                 block_begin 4
21                         bool 'TTY Graphics' SDECFG_PKG_NETHACK_TTY 1
22                         if [ "_$SDECFG_PKG_NETHACK_TTY" == "_1" ]; then
23                                 block_begin 5
24                                         bool 'Use usleep() for delay' SDECFG_PKG_NETHACK_DEL 1
25                                 block_end
26                         fi
27                         bool 'X11 Graphics' SDECFG_PKG_NETHACK_X11 0
28                         if pkgcheck qt31 X; then
29                                 bool 'QT Graphics' SDECFG_PKG_NETHACK_QT 0
30                         fi
31                         if [ "_$SDECFG_PKG_NETHACK_QT" == "_1" ]; then
32                                 block_begin 5
33                                         bool 'Use the XPM Library' SDECFG_PKG_NETHACK_XPM 0
34                                 block_end
35                         fi
36                         #if pkgcheck gtk.-.. X; then
37                                 bool 'Gnome Graphics (READ HELP)' SDECFG_PKG_NETHACK_GNO 0
38                         #fi
39                 block_end
40                 comment '- Administratives'
41                 block_begin 4
42                         text 'Wizard name' SDECFG_PKG_NETHACK_WIZ 'wizard'
43                         text 'Logfile' SDECFG_PKG_NETHACK_LOG 'logfile'
44                         text 'Newsfile' SDECFG_PKG_NETHACK_NEW 'news'
45                         bool 'Use Compression' SDECFG_PKG_NETHACK_USE_COM 0
46                         if [ "_$SDECFG_PKG_NETHACK_USE_COM" == "_1" ]; then
47                                 block_begin 5
48                                         text 'Compress Program' SDECFG_PKG_NETHACK_COM '/usr/bin/compress'
49                                 block_end
50                         fi
51                         text 'Hack-Directory' SDECFG_PKG_NETHACK_HACKDIR '/usr/games/lib/nethackdir'
52                         text 'Max number of simultaneous hacks' SDECFG_PKG_NETHACK_MAX '6'
53                 block_end
54                 comment '- The Fun Stuff'
55                 block_begin
56                         bool 'Sinks' SDECFG_PKG_NETHACK_SINKS 1
57                         bool 'Fancy mazes' SDECFG_PKG_NETHACK_MAZES 1
58                         bool 'Special Rogue-like levels' SDECFG_PKG_NETHACK_REINCARNATION 1
59                         bool 'Keystone Kops' SDECFG_PKG_NETHACK_KOPS 1
60                         bool 'Succubi/incubi seduction' SDECFG_PKG_NETHACK_SEDUCE 1
61                         bool 'Riding steeds' SDECFG_PKG_NETHACK_STEED 1
62                         bool 'Tourist players with cameras and Hawaiian shirts' SDECFG_PKG_NETHACK_TOURIST 1
63                         bool 'Engraving the E-word repels monsters' SDECFG_PKG_NETHACK_ELBERETH 1
64                         bool 'Show experience on bottom line' SDECFG_PKG_NETHACK_EXP 1
65                         bool 'Show score on bottom line' SDECFG_PKG_NETHACK_SCORE 1
66                         bool 'Gold is an object (EXPERIMENTAL)' SDECFG_PKG_NETHACK_GOLD 0
67                 block_end
68         menu_end