Files
ports/misc/libiio/Makefile
Yuri Victorovich 2f98d3081b misc/libiio: update 0.25 → 0.26
Reported by:	portscout
2024-09-26 01:27:11 -07:00

31 lines
620 B
Makefile

PORTNAME= libiio
DISTVERSIONPREFIX= v
DISTVERSION= 0.26
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for interfacing with local and remote IIO devices
WWW= https://github.com/analogdevicesinc/libiio
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/COPYING.txt
LIB_DEPENDS= libavahi-client.so:net/avahi-app
USES= cmake:testing gnome iconv localbase
USE_GNOME= libxml2
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= analogdevicesinc
CMAKE_TESTING_ON= WITH_TESTS
OPTIONS_DEFINE= DOCS
PORTDOCS= *
# unclear how to run tests, see https://github.com/analogdevicesinc/libiio/issues/1028
.include <bsd.port.mk>