1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libpointing |
---|
7 | version 0.9.7 |
---|
8 | categories devel |
---|
9 | license GPL-2 |
---|
10 | master_sites https://github.com/INRIA/libpointing/releases/download/v${version}/ |
---|
11 | maintainers gmail.com:christian.frisson inria.fr:izzatbek.mukhanov openmaintainer |
---|
12 | description An open-source cross-platform library to get raw events \ |
---|
13 | from pointing devices and master transfer functions. |
---|
14 | long_description Libpointing is an open-source cross-platform library \ |
---|
15 | that provides direct access to HID pointing devices \ |
---|
16 | and supports the design of pointing transfer functions. |
---|
17 | platforms darwin |
---|
18 | homepage http://libpointing.org |
---|
19 | checksums sha256 254aca1da53c48952240a2f3b291d27117685a45f0f15dc6125c7b398de8e5da \ |
---|
20 | rmd160 c2f8e823d0a4960b6ef718d046b87b11b9ced3c2 |
---|
21 | |
---|
22 | use_configure no |
---|
23 | |
---|
24 | destroot.destdir PREFIX=${destroot}/${prefix} |
---|