PortSystem       1.0
PortGroup        gitlab 1.0

gitlab.setup     esr wumpus 1.10
revision         0
categories       games
maintainers      nomaintainer
description      Hunt The Wumpus
license          BSD
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         https://www.catb.org/~esr/${name}/
           
checksums        rmd160  ca80326aa8447645ca194cbcd7b597f6e66ad389 \
                 sha256  86128df5c813867b5c24ef0379460a7e88953598f5bd06c283fc9426d05e9328 \
                 size    27402

depends_build-append \
                 port:asciidoctor

patch {
    reinplace s|/usr|${destroot}${prefix}|g ${worksrcpath}/Makefile
}
use_configure    no
