# -*- 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-libXcursor
version         1.2.2
revision        0
categories      x11 devel
platforms       darwin macosx
license         X11
maintainers     {jeremyhu @jeremyhu} openmaintainer

description     X.org libXcursor
long_description {*}${description}

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

distname        libXcursor-${version}
checksums       rmd160  35a6548f3eaeafce122cc0e258d73b7dc053ccdb \
                sha256  53d071bd2cc56e517a30998d5e685c8a74556ddada43c6985d14da9a023a88ee \
                size    289536
use_xz          yes
use_parallel_build yes

depends_build \
	port:pkgconfig \
	port:xorg-xorgproto \
	port:xorg-util-macros

depends_lib \
	port:xorg-libXfixes \
	port:xrender

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