---
name: greed-game
version: 3.8
origin: games/greed
comment: A text puzzle game with the aim of clearing the game field
arch: freebsd:9:x86:64
www: http://catb.org/~esr/greed/
maintainer: culot@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 21370
desc: |
  Greed is a unique text puzzle game where the object is to move around
  the game field clearing the most numbers.

  WWW: http://catb.org/~esr/greed/
categories: [games]
files:
  /usr/local/bin/greed: d991b86e9e2fd10b7b66dc3b83305bce2e8404a8cfb15ae35de5b1ea161ab250
  /usr/local/man/man6/greed.6.gz: 4087e1bbc8a1b280f60bbb99355a94f163fce983e97f45d6fd465c79de0b6af9
scripts:
  post-install: |
    a=/var/games/greed.hs;[ -f $a ]||:>$a&& /usr/sbin/chown root:games $a&&/bin/chmod 664 $a
  pre-deinstall: |
    a=/var/games/greed.hs;[ -s $a ]||/bin/rm -f $a
