# $Id: Portfile,v 1.1 2006/01/23 21:34:56 olegb Exp $
PortSystem			1.0

name				angband-nox
version				3.0.6
categories			games
maintainers			amonre@amonre.org
description			a rogue-like dungeon exploration game (curses-based)
long_description	Angband is a freeware computer dungeon exploration game \
based (loosely) on the books of J.R.R.Tolkien. You explore a very deep \
dungeon, kill monsters, try to equip yourself with the best weapons and \
armor you can find, and finally face Morgoth - The Dark Enemy.
homepage			http://www.thangorodrim.net/

distname			angband-${version}
master_sites		ftp://ftp.thangorodrim.net/pub/angband/Source/
checksums			md5 4c31b1b3679dff20db6a5fcb182c3e96
configure.args		--with-setgid=games --with-libpath=${prefix}/lib/angband --bindir=${prefix}/games

pre-destroot {
	addgroup games
	adduser games gid=[existsgroup games]
}

pre-install {
	addgroup games
	adduser games gid=[existsgroup games]
}
