# -*- 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                xauth
version             1.1.4
revision            0

checksums           rmd160  da0949594cffba0f0d082bb222271e9214f49b54 \
                    sha256  e9318141464ad7b4dc0f8564a580f0d20f977c85a388cc40d5a766206151c690 \
                    size    163696

categories          x11
license             X11
platforms           darwin
maintainers         {jeremyhu @jeremyhu} openmaintainer
description         X11 authority file utility
long_description    {*}${description}

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

use_xz              yes
use_parallel_build  yes

depends_build       port:pkgconfig

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

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