?package(fortune-mod):\
  needs=x11\
  section=Apps/Text\
  title="Fortune"\
  command="while fortune | col -x | xmessage -center -buttons OK:1,Another:0 -default OK -file - ; do :; done"

?package(fortune-mod):\
  needs=text\
  section=Apps/Text\
  title="Fortune"\
  command="fortune; echo ''; echo 'Press return to continue'; read"

