Ticket #6729: Portfile.2

File Portfile.2, 891 bytes (added by amonre@…, 18 years ago)

angband-nox-3.0.6 Portfile (take 2)

Line 
1# $Id: $
2PortSystem                      1.0
3
4name                            angband-nox
5version                         3.0.6
6categories                      games
7maintainers                     amonre@amonre.org
8description                     a rogue-like dungeon exploration game (curses-based)
9long_description        Angband is a freeware computer dungeon exploration game \
10based (loosely) on the books of J.R.R.Tolkien. You explore a very deep \
11dungeon, kill monsters, try to equip yourself with the best weapons and \
12armor you can find, and finally face Morgoth - The Dark Enemy.
13homepage                        http://www.thangorodrim.net/
14
15distname                        angband-${version}
16master_sites            ftp://ftp.thangorodrim.net/pub/angband/Source/
17checksums                       md5 4c31b1b3679dff20db6a5fcb182c3e96
18configure.args          --with-setgid=games --with-libpath=${prefix}/lib/angband --bindir=${prefix}/games
19
20pre-destroot {
21        addgroup games
22        adduser games gid=[existsgroup games]
23}
24
25pre-install {
26        addgroup games
27        adduser games gid=[existsgroup games]
28}