---
name: tt
version: 15.1
origin: games/tt
comment: Tetris for Terminals
arch: freebsd:9:x86:64
www: http://www.miketaylor.org.uk/tech/tt/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 40249
desc: |
  tt is an implementation of the well-known game tetris.  Quadominoes (groups
  of four squares joined orthogonally together) slowly fall down the screen,
  accumulating at the bottom, and when the pile reaches the top of the screen
  the game is over.

  The pieces may be moved to the left or right, and rotated as they fall, with
  the aim of making them tessellate with the pieces already at the bottom of
  the game area.  The height of the stack of pieces can be reduced by filling
  a complete row of ten squares, at which point that row will disappear, and
  those above will fall down into its place.  It is possible (and desirable)
  to destroy multiple rows at once.

  WWW: http://www.miketaylor.org.uk/tech/tt/
categories: [games]
files:
  /usr/local/bin/tt: e1303e24f5848f35ef1321b3f1fbde40c11863b03e53c165e588b77dfd04a479
  /usr/local/share/doc/tt/README: ec1aff7d7aca27d191f77e0d988aa0ae58c498c96d0eb3a4c16745990da3fb7a
directories:
  /usr/local/share/doc/tt/: n
scripts:
  pre-deinstall: |
    if [ -f /var/games/ttscores ]; then rm /var/games/ttscores; fi
