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

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/blindcoder/nethack/subconfig-games.in
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. if pkgcheck nethack X
  23. then
  24. menu_begin MENU_PKG_NETHACK 'NetHack Options'
  25. comment '- User Interfaces'
  26. block_begin 4
  27. bool 'TTY Graphics' ROCKCFG_PKG_NETHACK_TTY 1
  28. if [ "_$ROCKCFG_PKG_NETHACK_TTY" == "_1" ] ; then
  29. block_begin 5
  30. bool 'Use usleep() for delay' ROCKCFG_PKG_NETHACK_DEL 1
  31. block_end
  32. fi
  33. bool 'X11 Graphics' ROCKCFG_PKG_NETHACK_X11 0
  34. if pkgcheck qt31 X ; then
  35. bool 'QT Graphics' ROCKCFG_PKG_NETHACK_QT 0
  36. fi
  37. if [ "_$ROCKCFG_PKG_NETHACK_QT" == "_1" ] ; then
  38. block_begin 5
  39. bool 'Use the XPM Library' ROCKCFG_PKG_NETHACK_XPM 0
  40. block_end
  41. fi
  42. #if pkgcheck gtk.-.. X ; then
  43. bool 'Gnome Graphics (READ HELP)' ROCKCFG_PKG_NETHACK_GNO 0
  44. #fi
  45. block_end
  46. comment '- Administratives'
  47. block_begin 4
  48. text 'Wizard name' ROCKCFG_PKG_NETHACK_WIZ 'wizard'
  49. text 'Logfile' ROCKCFG_PKG_NETHACK_LOG 'logfile'
  50. text 'Newsfile' ROCKCFG_PKG_NETHACK_NEW 'news'
  51. bool 'Use Compression' ROCKCFG_PKG_NETHACK_USE_COM 0
  52. if [ "_$ROCKCFG_PKG_NETHACK_USE_COM" == "_1" ] ; then
  53. block_begin 5
  54. text 'Compress Program' ROCKCFG_PKG_NETHACK_COM '/usr/bin/compress'
  55. block_end
  56. fi
  57. text 'Max number of simultaneous hacks' ROCKCFG_PKG_NETHACK_MAX '6'
  58. block_end
  59. comment '- The Fun Stuff'
  60. block_begin
  61. bool 'Sinks' ROCKCFG_PKG_NETHACK_SINKS 1
  62. bool 'Fancy mazes' ROCKCFG_PKG_NETHACK_MAZES 1
  63. bool 'Special Rogue-like levels' ROCKCFG_PKG_NETHACK_REINCARNATION 1
  64. bool 'Keystone Kops' ROCKCFG_PKG_NETHACK_KOPS 1
  65. bool 'Succubi/incubi seduction' ROCKCFG_PKG_NETHACK_SEDUCE 1
  66. bool 'Riding steeds' ROCKCFG_PKG_NETHACK_STEED 1
  67. bool 'Tourist players with cameras and Hawaiian shirts' ROCKCFG_PKG_NETHACK_TOURIST 1
  68. bool 'Engraving the E-word repels monsters' ROCKCFG_PKG_NETHACK_ELBERETH 1
  69. bool 'Show experience on bottom line' ROCKCFG_PKG_NETHACK_EXP 1
  70. bool 'Show score on bottom line' ROCKCFG_PKG_NETHACK_SCORE 1
  71. bool 'Gold is an object (EXPERIMENTAL)' ROCKCFG_PKG_NETHACK_GOLD 0
  72. block_end
  73. menu_end
  74. fi