# $Id: Portfile 86279 2011-10-24 10:18:58Z ryandesign@macports.org $

PortSystem 1.0
name                qstat
version             2.11
categories          games net
platforms           darwin
maintainers         nomaintainer
homepage            http://qstat.org/
description         Gather statistics from game servers

long_description    Qstat is a command-line program that gathers real-time \
                    statistics from Internet game servers. Most supported \
                    games are of the first person shooter variety (Quake, \
                    Half-Life, etc).

master_sites        sourceforge:project/qstat/qstat/qstat-${version}

checksums           md5     26c09831660ef9049fe74b786b80d091 \
                    sha1    107796ab7512bdfdd0c3bb06a3458432b39458c7 \
                    rmd160  576f1b81449366cd3586798e08ddad72cdfa3ffa

post-destroot { \
        file mkdir ${destroot}${prefix}/share/doc/${name}
        xinstall -m 644 -v -W ${worksrcpath} \
        ChangeLog CHANGES.txt LICENSE.txt qstatdoc.html \
        ${destroot}${prefix}/share/doc/${name}
}
