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

distname        libXxf86misc-${version}

checksums       rmd160  7b3e8e8f77e67595df2981a45a1aadc9a5bc1739 \
                sha256  a89c03e2b0f16239d67a2031b9003f31b5a686106bbdb3c797fb88ae472af380 \
                size    282048

use_bzip2   yes
use_parallel_build      yes

depends_build   port:pkgconfig

depends_lib     port:xorg-libXext \
                port:xorg-xorgproto

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