mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

75 lines
2.9 KiB

# --- 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/blindcoder/nethack/subconfig-games.in
# ROCK Linux is Copyright (C) 1998 - 2005 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 nethack X
then
menu_begin MENU_PKG_NETHACK 'NetHack Options'
comment '- User Interfaces'
block_begin 4
bool 'TTY Graphics' ROCKCFG_PKG_NETHACK_TTY 1
if [ "_$ROCKCFG_PKG_NETHACK_TTY" == "_1" ] ; then
block_begin 5
bool 'Use usleep() for delay' ROCKCFG_PKG_NETHACK_DEL 1
block_end
fi
bool 'X11 Graphics' ROCKCFG_PKG_NETHACK_X11 0
if pkgcheck qt31 X ; then
bool 'QT Graphics' ROCKCFG_PKG_NETHACK_QT 0
fi
if [ "_$ROCKCFG_PKG_NETHACK_QT" == "_1" ] ; then
block_begin 5
bool 'Use the XPM Library' ROCKCFG_PKG_NETHACK_XPM 0
block_end
fi
#if pkgcheck gtk.-.. X ; then
bool 'Gnome Graphics (READ HELP)' ROCKCFG_PKG_NETHACK_GNO 0
#fi
block_end
comment '- Administratives'
block_begin 4
text 'Wizard name' ROCKCFG_PKG_NETHACK_WIZ 'wizard'
text 'Logfile' ROCKCFG_PKG_NETHACK_LOG 'logfile'
text 'Newsfile' ROCKCFG_PKG_NETHACK_NEW 'news'
bool 'Use Compression' ROCKCFG_PKG_NETHACK_USE_COM 0
if [ "_$ROCKCFG_PKG_NETHACK_USE_COM" == "_1" ] ; then
block_begin 5
text 'Compress Program' ROCKCFG_PKG_NETHACK_COM '/usr/bin/compress'
block_end
fi
text 'Max number of simultaneous hacks' ROCKCFG_PKG_NETHACK_MAX '6'
block_end
comment '- The Fun Stuff'
block_begin
bool 'Sinks' ROCKCFG_PKG_NETHACK_SINKS 1
bool 'Fancy mazes' ROCKCFG_PKG_NETHACK_MAZES 1
bool 'Special Rogue-like levels' ROCKCFG_PKG_NETHACK_REINCARNATION 1
bool 'Keystone Kops' ROCKCFG_PKG_NETHACK_KOPS 1
bool 'Succubi/incubi seduction' ROCKCFG_PKG_NETHACK_SEDUCE 1
bool 'Riding steeds' ROCKCFG_PKG_NETHACK_STEED 1
bool 'Tourist players with cameras and Hawaiian shirts' ROCKCFG_PKG_NETHACK_TOURIST 1
bool 'Engraving the E-word repels monsters' ROCKCFG_PKG_NETHACK_ELBERETH 1
bool 'Show experience on bottom line' ROCKCFG_PKG_NETHACK_EXP 1
bool 'Show score on bottom line' ROCKCFG_PKG_NETHACK_SCORE 1
bool 'Gold is an object (EXPERIMENTAL)' ROCKCFG_PKG_NETHACK_GOLD 0
block_end
menu_end
fi