1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/misc/libiio/Makefile

27 lines
441 B
Makefile
Raw Normal View History

# $FreeBSD$
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
USE_GITHUB= yes
GH_ACCOUNT= analogdevicesinc
USE_GNOME= libxml2
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
PORTDOCS= *
.include <bsd.port.mk>