# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                qstat
version             2.11
categories          games net
license             Artistic-1 zlib
platforms           darwin
maintainers         nomaintainer
homepage            https://sourceforge.net/projects/qstat/
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}
}
