mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
557ce392a7
commit
a25d8b2a68
2 changed files with 16 additions and 9 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= hidapi
|
PORTNAME= hidapi
|
||||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||||
DISTVERSION= 0.11.0
|
DISTVERSION= 0.11.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
|
|
||||||
MAINTAINER= ehaupt@FreeBSD.org
|
MAINTAINER= ehaupt@FreeBSD.org
|
||||||
|
@ -9,11 +10,14 @@ COMMENT= Library to access USB HID-class devices
|
||||||
LICENSE= BSD3CLAUSE GPLv3
|
LICENSE= BSD3CLAUSE GPLv3
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
USES= cmake gettext-tools iconv:wchar_t libtool localbase pkgconfig
|
USES= autoreconf gettext-tools iconv:wchar_t libtool localbase \
|
||||||
|
pkgconfig
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= libusb
|
GH_ACCOUNT= libusb
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
|
@ -1,10 +1,13 @@
|
||||||
include/hidapi/hidapi.h
|
include/hidapi/hidapi.h
|
||||||
include/hidapi/hidapi_libusb.h
|
include/hidapi/hidapi_libusb.h
|
||||||
lib/cmake/hidapi/hidapi-config-version.cmake
|
lib/libhidapi.a
|
||||||
lib/cmake/hidapi/hidapi-config.cmake
|
lib/libhidapi.so
|
||||||
lib/cmake/hidapi/hidapi-%%CMAKE_BUILD_TYPE%%.cmake
|
lib/libhidapi.so.0
|
||||||
lib/cmake/hidapi/hidapi.cmake
|
lib/libhidapi.so.0.0.0
|
||||||
lib/libhidapi-libusb.so
|
libdata/pkgconfig/hidapi.pc
|
||||||
lib/libhidapi-libusb.so.0
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt
|
||||||
lib/libhidapi-libusb.so.0.11.0
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE-bsd.txt
|
||||||
libdata/pkgconfig/hidapi-libusb.pc
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE-gpl3.txt
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE-orig.txt
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue