Ticket #51737: Portfile.2

File Portfile.2, 1.1 KB (added by izzatbek@…, 8 years ago)
Line 
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
4PortSystem          1.0
5
6name                libpointing
7version             0.9.7
8categories          devel
9license             GPL-2
10master_sites        https://github.com/INRIA/libpointing/releases/download/v${version}/
11maintainers         gmail.com:christian.frisson inria.fr:izzatbek.mukhanov openmaintainer
12description         An open-source cross-platform library to get raw events \
13                    from pointing devices and master transfer functions.
14long_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.
17platforms           darwin
18homepage            http://libpointing.org
19checksums           sha256    254aca1da53c48952240a2f3b291d27117685a45f0f15dc6125c7b398de8e5da \
20                    rmd160    c2f8e823d0a4960b6ef718d046b87b11b9ced3c2
21
22use_configure           no
23
24destroot.destdir        PREFIX=${destroot}/${prefix}