---
name: annelid
version: 1_5
origin: games/annelid
comment: Remake of the ubiquitous "Snake" and "Worm" games
arch: freebsd:9:x86:64
www: http://www.garthgillespie.com/annelid/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 1049224
desc: |
  Analog Annelid is a remake of the ubiquitous "Snake" and "Worm" games in which
  the player controls the movement of such a creature in an attempt to collect
  apples, numbers, or whatever. Upon collecting these items, the creature grows
  in length. This process continues until the creature collides with itself or
  perhaps a wall or some other obstacle.

  Most of these games only allow the hapless forager to make 90 turns. This is
  for the sake of easier programming both in the game itself and in the display
  of graphics.

  Analog Annelid absolves itself of this stigma for a smooth, free-flowing game
  world and more complex gameplay.

  WWW: http://www.garthgillespie.com/annelid/
deps:
  xproto: {origin: x11/xproto, version: 7.0.24}
  xf86vidmodeproto: {origin: x11/xf86vidmodeproto, version: 2.3.1}
  xextproto: {origin: x11/xextproto, version: 7.2.1}
  renderproto: {origin: x11/renderproto, version: 0.11.1}
  randrproto: {origin: x11/randrproto, version: 1.4.0}
  libxcb: {origin: x11/libxcb, version: 1.9.1}
  libXxf86vm: {origin: x11/libXxf86vm, version: 1.1.3}
  libXrender: {origin: x11/libXrender, version: 0.9.8}
  libXrandr: {origin: x11/libXrandr, version: 1.4.1}
  libXfixes: {origin: x11/libXfixes, version: 5.0.1}
  libXext: {origin: x11/libXext, version: '1.3.2,1'}
  libXdmcp: {origin: x11/libXdmcp, version: 1.1.1}
  libXdamage: {origin: x11/libXdamage, version: 1.1.4}
  libXau: {origin: x11/libXau, version: 1.0.8}
  libX11: {origin: x11/libX11, version: '1.6.1,1'}
  kbproto: {origin: x11/kbproto, version: 1.0.6}
  fixesproto: {origin: x11/fixesproto, version: 5.0}
  dri2proto: {origin: x11/dri2proto, version: 2.8}
  damageproto: {origin: x11/damageproto, version: 1.2.1}
  libxml2: {origin: textproc/libxml2, version: 2.8.0_2}
  expat: {origin: textproc/expat2, version: 2.1.0}
  pciids: {origin: misc/pciids, version: 20130818}
  libdrm: {origin: graphics/libdrm, version: 2.4.46}
  libGLU: {origin: graphics/libGLU, version: 9.0.0}
  libGL: {origin: graphics/libGL, version: 8.0.5_4}
  aalib: {origin: graphics/aalib, version: 1.4.r5_6}
  sdl: {origin: devel/sdl12, version: '1.2.15_2,2'}
  pkgconf: {origin: devel/pkgconf, version: 0.9.2_1}
  libpthread-stubs: {origin: devel/libpthread-stubs, version: 0.3_3}
  libpciaccess: {origin: devel/libpciaccess, version: 0.13.2}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- games
shlibs_required:
- libGL.so.1
- libSDL-1.2.so.11
options: {OPTIMIZED_CFLAGS: on}
