mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
3fed585f5b
Reported by: portscout
27 lines
441 B
Makefile
27 lines
441 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libiio
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.19
|
|
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>
|