# -*- 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.3
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  dd947586d68519fc68fe470a69ed57667b7150e9 \
                sha256  fde9402dd4cfe79da71e2d96bb980afc5e6ff4f8a7d74c159e1966afb2b2c2c0 \
                size    292764
use_xz          yes
use_parallel_build yes

depends_build \
	path:bin/pkg-config: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+)*)
