1PORTNAME= hidapi 2DISTVERSIONPREFIX= ${PORTNAME}- 3DISTVERSION= 0.15.0 4CATEGORIES= comms 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Library to access USB HID-class devices 8WWW= https://github.com/libusb/hidapi 9 10LICENSE= bsd3 gpl 11LICENSE_COMB= dual 12 13USES= autoreconf gettext-tools iconv:wchar_t libtool localbase \ 14 pkgconfig 15 16USE_GITHUB= yes 17GH_ACCOUNT= libusb 18USE_LDCONFIG= yes 19 20GNU_CONFIGURE= yes 21INSTALL_TARGET= install-strip 22 23OPTIONS_DEFINE= DOCS 24 25pre-configure: 26 @${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC} 27 28.include <bsd.port.mk> 29