aboutsummaryrefslogtreecommitdiff
path: root/comms/hidapi/Makefile
blob: 47f0861911af6bb1d5f72d6e3a18375dc79c7437 (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
25
# $FreeBSD$

PORTNAME=	hidapi
DISTVERSION=	0.8.0-rc1
PORTREVISION=	2
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
AUTOMAKE_ARGS=	--add-missing --copy

USES=		iconv:wchar_t libtool
USE_LDCONFIG=	yes

.include <bsd.port.mk>