---
name: libfov
version: 1.0.4
origin: games/libfov
comment: C library for calculating fields of view on low resolution rasters
arch: freebsd:9:x86:64
www: http://code.google.com/p/libfov/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [MIT]
flatsize: 47404
desc: |
  libfov is a C library for calculating fields of view and lighting on low
  resolution rasters, suitable for roguelike games. In that screenshot below,
  imagine that green dot is your character in a computer game, and as you
  walk around (move between tiles on the grid), you want to know which tiles
  you can see and which tiles you cannot. libfov calculates exactly that.

  WWW: http://code.google.com/p/libfov/
categories: [games, devel]
files:
  /usr/local/include/fov/fov.h: 935912fba35c9492b7fbbef1bf2d1f3b0a3fdef4f886399c961e123672ac62c4
  /usr/local/lib/fov/include/config.h: 22cf53bde6c506faffb35ea10901ed14ff719eb8cdbaa808a1ebc2d05ec9f2bb
  /usr/local/lib/libfov.a: c4add3cc3096b23e3dbd860050235a3a258a98308bd5e4298e1fff6e2a43b694
  /usr/local/lib/libfov.la: 9f27aaaca8e3aca619db4636ec81685929e27ca715dfc3c710fb89af3958f46d
  /usr/local/lib/libfov.so: '-'
  /usr/local/lib/libfov.so.1: 052ed7c91b0a71a306a2404a8a1118af97cabaef946f628dabc1fc3f2fefab4a
  /usr/local/libdata/pkgconfig/libfov.pc: 9e912082865ef71e790855da374ff7ca8a165c26ff0ca586c897cbfd0d085b6e
  /usr/local/share/licenses/libfov-1.0.4/LICENSE: 8a9617637463b68fc0584861100926c56e2af396c013024314c285549b9c9642
  /usr/local/share/licenses/libfov-1.0.4/MIT: 52aff126c6c7d33284e2e8fb9ff29e05eb03aff8ded0cd7f0914086b6fb513ca
  /usr/local/share/licenses/libfov-1.0.4/catalog.mk: 85b894d41e6d8d774f2c49e8c4b9b982975f0694ca8f81b11adc24c23f9e4332
directories:
  /usr/local/share/licenses/libfov-1.0.4/: n
  /usr/local/share/licenses/: y
  /usr/local/lib/fov/include/: n
  /usr/local/lib/fov/: n
  /usr/local/include/fov/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
  post-deinstall: |
    cd /usr/local
