roguedarwin _unstable_ port information

Package: roguedarwin
Version: 1.0.0
Revision: 1
Description: Exploring The Dungeons of Doom
License: BSD
Homepage: http://sourceforge.net/projects/roguedarwin/
Maintainer: None

Source: mirror:sourceforge:%n/RogueDarwin.tar.gz
SourceRename: %n-%v.tar.gz
Source-MD5: af0ab27b7c1059d127ee1951514b83d9
SourceDirectory: RogueDarwin

PatchScript: <<
sed -i -e 's|/Users/djstein/rogue.scores|%p/var/games/rogue.scores|g' pathnames.h
sed -i -e 's|/var/games/rogue.scores|%p/var/games/rogue.scores|g' rogue.6
<<

Depends: <<
passwd
<<

CompileScript: <<
rm -f rogue
make
<<

InstallScript: <<
install -g games -d %i/var/games
install -d %i/bin
install -m 2755 -g games rogue %i/bin/rogue
install -d %i/share/man/man6
install -m 644 rogue.6 %i/share/man/man6/rogue.6
<<

PostInstScript: <<
if [ ! -f "%p/var/games/rogue.scores" ]; then
touch %p/var/games/rogue.scores
chmod 664 %p/var/games/rogue.scores
fi
<<

DocFiles: CHANGES

DescDetail: <<
The rogue is a computer fantasy with a new twist. It is CRT oriented
and the object of the game is to survive the attacks of various
monsters and get a lot of gold, rather than the puzzle solving
orientation of most computer fantasy games.
<<