2014-01-03 20:42:35 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hidapi
|
|
|
|
DISTVERSION= 0.8.0-rc1
|
2014-04-23 13:25:16 +00:00
|
|
|
PORTREVISION= 2
|
2014-01-03 20:42:35 +00:00
|
|
|
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
|
|
|
|
GH_TAGNAME= ${PORTNAME}-${DISTVERSION}
|
|
|
|
GH_COMMIT= 40cf516
|
|
|
|
|
|
|
|
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
|
2014-01-29 21:01:51 +00:00
|
|
|
AUTOMAKE_ARGS= --add-missing --copy
|
|
|
|
LIBTOOLIZE_ARGS=--copy
|
2014-01-03 20:42:35 +00:00
|
|
|
|
2014-01-29 21:01:51 +00:00
|
|
|
USES= iconv:wchar_t libtool
|
2014-01-03 20:42:35 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|