1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/comms/hidapi/Makefile
Emanuel Haupt a25d8b2a68 comms/hidapi: Switch from cmake back to autoreconf build
Switch from cmake back to to autoreconf build as this broke
comms/py-hidapi. Once this has been investigated and fixed we
can switch back to cmake.

Notified by:	pkg-fallout
2021-10-07 17:52:05 +02:00

29 lines
533 B
Makefile

PORTNAME= hidapi
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 0.11.0
PORTREVISION= 1
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
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
pre-configure:
@${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC}
.include <bsd.port.mk>