# $Id: Portfile 30227 2007-10-22 22:55:58Z jmpp@macports.org $

PortSystem       1.0
name             wumpus
version          1.3
categories       games
maintainers      nomaintainer
description      Hunt The Wumpus
long_description \
    WUMPUS is a bit of retrocomputing nostalgia. It is an *exact* clone, \
    even down to the godawful user interface, of an ancient classic game. \
    This version fixes two minor bugs in my original 1992 USENET posting \
    of the source. An article describing the history of the game is at \
    http://www.atariarchives.org/bcc1/showpage.php?page=247 \
    SUPERHACK is a satire, structurally quite similar to WUMPUS.
homepage         http://www.catb.org/~esr/${name}/
platforms        darwin
master_sites     sunsite:games/strategy
checksums        md5 7dbc447a3607ae2f08057c73986e9499
patch {
    reinplace s|/usr|$destroot$prefix|g $worksrcpath/Makefile
}
use_configure    no
