1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/misc/libiio/Makefile
Yuri Victorovich c1d72ae2b1 misc/libiio: Fix compilation with libxml2>=2.9.12 by adding USES=localbase
PR:		256734
Reported by:	Daniel Engberg <daniel.engberg.lists@pyret.net>
2021-06-20 12:15:48 -07:00

25 lines
438 B
Makefile

PORTNAME= libiio
DISTVERSIONPREFIX= v
DISTVERSION= 0.21
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for interfacing with local and remote IIO devices
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/COPYING.txt
LIB_DEPENDS= libavahi-client.so:net/avahi-app
USES= cmake gnome localbase
USE_GITHUB= yes
GH_ACCOUNT= analogdevicesinc
USE_GNOME= libxml2
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
PORTDOCS= *
.include <bsd.port.mk>