1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | |
---|
6 | github.setup signal11 hidapi 0.8.0-rc1 hidapi- |
---|
7 | name libhidapi |
---|
8 | |
---|
9 | categories devel |
---|
10 | maintainers nomaintainer |
---|
11 | description library for HID device access |
---|
12 | long_description \ |
---|
13 | library for use by user level applications to \ |
---|
14 | access HID-class devices regardless of OS. \ |
---|
15 | On OS X, access to HID devices is provided through \ |
---|
16 | IOHidManager. |
---|
17 | license {GPL-3 BSD HIDAPI} |
---|
18 | homepage http://www.signal11.us/oss/hidapi/ |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | # Github project archive files conform to neither the 'downloads' nor the |
---|
22 | # 'releases' scheme supported by the github 1.0 portgroup. |
---|
23 | github.master_sites https://github.com/${github.author}/${github.project}/archive/ |
---|
24 | |
---|
25 | # Override non-standard tag names for github livecheck |
---|
26 | distname hidapi-${version} |
---|
27 | |
---|
28 | checksums rmd160 546c7df938595fa7c731c5f44477158626728fa3 \ |
---|
29 | sha256 3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61 |
---|
30 | |
---|
31 | worksrcdir hidapi-hidapi-${version} |
---|
32 | |
---|
33 | use_autoreconf yes |
---|
34 | |
---|
35 | variant testgui description {Test GUI for libhidapi} { |
---|
36 | configure.args-append --enable-testgui |
---|
37 | depends_lib-append port:fox |
---|
38 | } |
---|