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

distname        libXxf86vm-${version}

checksums       rmd160  bf597ded75f93742eaea55da7bf95854ccbe5468 \
                sha256  96af414c73ce1d5449ad04be7f9f27fa8330f844b6dda843ef22e3e1befb3ee3 \
                size    271712

use_xz          yes

depends_build   path:bin/pkg-config:pkgconfig

depends_lib     port:xorg-libXext \
                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 libXxf86vm-(\\d+(?:\\.\\d+)*)
