OpenSDE Packages Database (without history before r20070)
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.

69 lines
2.6 KiB

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