# -*- 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            xorg-libXau
version         1.0.11
revision        0
categories      x11 devel
license         X11
maintainers     {jeremyhu @jeremyhu} openmaintainer
description     X.org libXau
homepage        https://www.x.org
platforms       darwin macosx
long_description    X Authorization Routines library
master_sites    xorg:individual/lib/

distname        libXau-${version}

checksums       sha1    0cf6d853fce4dc72d61c253d096408a313f1163b \
                rmd160  2ae135f67284e4f2c2f10e2c5e6c23537b094e80 \
                sha256  f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb \
                size    274108

use_xz          yes
use_parallel_build   yes

depends_build   port:pkgconfig

depends_lib     port:xorg-xorgproto

configure.checks.implicit_function_declaration.whitelist-append strchr

livecheck.type  regex
livecheck.url   https://xorg.freedesktop.org/archive/individual/lib/?C=M&O=D
livecheck.regex libXau-(\\d+(?:\\.\\d+)*)
