freebsd-ports/comms/hidapi/Makefile
Steven Stallion b8c31f55c3 comms/hidapi: Update to 0.13.1
- Submitter becomes maintainer

ChangeLog:
https://github.com/libusb/hidapi/compare/hidapi-0.12.0...hidapi-0.13.1

PR:		268856
2023-01-10 16:23:51 +00:00

29 lines
557 B
Makefile

PORTNAME= hidapi
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 0.13.1
CATEGORIES= comms
MAINTAINER= sstallion@gmail.com
COMMENT= Library to access USB HID-class devices
WWW= https://github.com/libusb/hidapi
LICENSE= BSD3CLAUSE GPLv3
LICENSE_COMB= dual
USES= autoreconf gettext-tools iconv:wchar_t libtool localbase \
pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= libusb
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
pre-configure:
@${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC}
.include <bsd.port.mk>