# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../nethack/subconfig-games.in
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
# More information can be found in the files COPYING and README.
#
# 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; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---

if pkgcheck nethack X
then
	menu_begin MENU_PKG_NETHACK 'NetHack Options'
		comment '- User Interfaces'
		block_begin 4
			bool 'TTY Graphics' SDECFG_PKG_NETHACK_TTY 1
			if [ "_$SDECFG_PKG_NETHACK_TTY" == "_1" ] ; then
				block_begin 5
					bool 'Use usleep() for delay' SDECFG_PKG_NETHACK_DEL 1
				block_end
			fi
			bool 'X11 Graphics' SDECFG_PKG_NETHACK_X11 0
			if pkgcheck qt31 X ; then
				bool 'QT Graphics' SDECFG_PKG_NETHACK_QT 0
			fi
			if [ "_$SDECFG_PKG_NETHACK_QT" == "_1" ] ; then
				block_begin 5
					bool 'Use the XPM Library' SDECFG_PKG_NETHACK_XPM 0
				block_end
			fi
			#if pkgcheck gtk.-.. X ; then
				bool 'Gnome Graphics (READ HELP)' SDECFG_PKG_NETHACK_GNO 0
			#fi
		block_end
		comment '- Administratives'
		block_begin 4
			text 'Wizard name' SDECFG_PKG_NETHACK_WIZ 'wizard'
			text 'Logfile' SDECFG_PKG_NETHACK_LOG 'logfile'
			text 'Newsfile' SDECFG_PKG_NETHACK_NEW 'news'
			bool 'Use Compression' SDECFG_PKG_NETHACK_USE_COM 0
			if [ "_$SDECFG_PKG_NETHACK_USE_COM" == "_1" ] ; then
				block_begin 5
					text 'Compress Program' SDECFG_PKG_NETHACK_COM '/usr/bin/compress'
				block_end
			fi
			text 'Hack-Directory' SDECFG_PKG_NETHACK_HACKDIR '/usr/games/lib/nethackdir'
			text 'Max number of simultaneous hacks' SDECFG_PKG_NETHACK_MAX '6'
		block_end
		comment '- The Fun Stuff'
		block_begin
			bool 'Sinks' SDECFG_PKG_NETHACK_SINKS 1
			bool 'Fancy mazes' SDECFG_PKG_NETHACK_MAZES 1
			bool 'Special Rogue-like levels' SDECFG_PKG_NETHACK_REINCARNATION 1
			bool 'Keystone Kops' SDECFG_PKG_NETHACK_KOPS 1
			bool 'Succubi/incubi seduction' SDECFG_PKG_NETHACK_SEDUCE 1
			bool 'Riding steeds' SDECFG_PKG_NETHACK_STEED 1
			bool 'Tourist players with cameras and Hawaiian shirts' SDECFG_PKG_NETHACK_TOURIST 1
			bool 'Engraving the E-word repels monsters' SDECFG_PKG_NETHACK_ELBERETH 1
			bool 'Show experience on bottom line' SDECFG_PKG_NETHACK_EXP 1
			bool 'Show score on bottom line' SDECFG_PKG_NETHACK_SCORE 1
			bool 'Gold is an object (EXPERIMENTAL)' SDECFG_PKG_NETHACK_GOLD 0
		block_end
	menu_end
fi