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