freebsd-ports/comms/hidapi/Makefile
Tijl Coosemans 70772d8b36 - Remove part of a patch that wasn't entirely correct and let the port
use the WCHAR_T iconv extension instead.
- Add USES=libtool and let libtoolize copy the necessary files instead of
  symlinking them such that they can be patched.
- Add a configure check for libusb_handle_events_completed.
2014-01-29 21:01:51 +00:00

26 lines
503 B
Makefile

# $FreeBSD$
PORTNAME= hidapi
DISTVERSION= 0.8.0-rc1
PORTREVISION= 1
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
LIBTOOLIZE_ARGS=--copy
USES= iconv:wchar_t libtool
USE_LDCONFIG= yes
.include <bsd.port.mk>