# -*- 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                x11perf
version             1.6.1
categories          x11
license             X11
maintainers         {jeremyhu @jeremyhu} openmaintainer
description         X11 server performance test program
long_description \
   The x11perf program runs one or more performance tests and reports how \
   fast an X server can execute the tests.

platforms           darwin

homepage            https://www.x.org/
master_sites        xorg:individual/app/
use_bzip2           yes

checksums           rmd160  5ba25e4d298a6224c21993c55539fa6a9808a2cd \
                    sha256  1c7e0b8ffc2794b4ccf11e04d551823abe0ea47b4f7db0637390db6fbe817c34 \
                    size    189446

depends_build       port:pkgconfig

depends_lib         port:xorg-libXext port:Xft2 \
                    port:xorg-libXmu

livecheck.type      regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       https://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
