mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
90a49f0472
With hat: portmgr Sponsored by: Absolight
25 lines
426 B
Makefile
25 lines
426 B
Makefile
# $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>
|