# -*- 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
PortGroup           github 1.0
PortGroup           legacysupport 1.1
PortGroup           makefile 1.0

github.setup        INRIA libpointing 1.0.1 v
categories          devel
maintainers         nomaintainer
license             GPL-2+

description         Open-source cross-platform library to get raw events \
                    from pointing devices and master transfer functions.

long_description    Libpointing is an open-source cross-platform library \
                    that provides direct access to HID pointing devices \
                    and supports the design of pointing transfer functions.

homepage            https://libpointing.org
github.tarball_from releases
distname            ${name}-mac-${version}
worksrcdir          ${name}-${version}

checksums           rmd160  d767c4ce32c80ce52aee3c104caf23f47e133fbd \
                    sha256  46e2cefa7eb41b9f0c4e5e9b9307ce50e5a36b7a986606e1f759ec6b4efb1204 \
                    size    125824

patchfiles          patch-Makefile.diff \
                    patch-uuid_t.diff

variant universal   {}

compiler.cxx_standard 2011
