blob: b02f8141712e6918eb6ab132c2e48cd164e06c83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $FreeBSD$
PORTNAME= hidapi
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 0.8.0-rc1
PORTREVISION= 3
CATEGORIES= comms
MAINTAINER= tijl@FreeBSD.org
COMMENT= Library to access USB HID-class devices
LICENSE= BSD3CLAUSE GPLv3
LICENSE_COMB= dual
USE_GITHUB= yes
GH_ACCOUNT= signal11
USES= autoreconf iconv:wchar_t libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PORTDOCS= *
.include <bsd.port.mk>
|