freebsd-ports/comms/hidapi/Makefile
2022-01-09 11:43:35 +01:00

27 lines
517 B
Makefile

PORTNAME= hidapi
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 0.11.2
CATEGORIES= comms
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Library to access USB HID-class devices
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>