Ticket #51737: Portfile

File Portfile, 1.1 KB (added by izzatbek@…, 8 years ago)

Added PortGroup

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