# $Id$ PortSystem 1.0 name rogue version 5.4.4 categories games maintainers aschenke@macports.org description Rogue is a popular dungeon exploring adventure game long_description Rogue is a popular dungeon exploring adventure game. It is one of the earliest \ (early 1980s) dungeon crawl games, and is an ancestor of games like Diablo. Version \ 5.4 is the last iteration of the original Rogue by Toy, Arnold, and Wichman developed \ for Unix. homepage http://rogue.rogueforge.net/ master_sites http://rogue.rogueforge.net/files/rogue5.4/ checksums md5 033288f46444b06814c81ea69d96e075 \ sha1 aef9e589c4f31eb6d3eeb9d543ab8787b00fb022 distname ${name}${version}-src worksrcdir ${name}${version} configure.args --disable-scorefile \ --disable-lockfile build.target build.cmd { make } destroot { xinstall -m 755 -c ${worksrcpath}/rogue ${destroot}${prefix}/bin/rogue xinstall -m 644 -c ${worksrcpath}/rogue.6 ${destroot}${prefix}/share/man/man6/rogue.6 file mkdir ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -c ${worksrcpath}/${name}.doc ${destroot}${prefix}/share/doc/${name}/${name}.doc xinstall -m 644 -c ${worksrcpath}/${name}.html ${destroot}${prefix}/share/doc/${name}/${name}.html xinstall -m 644 -c ${worksrcpath}/${name}.cat ${destroot}${prefix}/share/doc/${name}/${name}.cat xinstall -m 644 -c ${worksrcpath}/LICENSE.TXT ${destroot}${prefix}/share/doc/${name}/LICENSE.TXT xinstall -m 644 -c ${worksrcpath}/${name}.me ${destroot}${prefix}/share/doc/${name}/${name}.me }