1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/comms/soapybladerf/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
491 B
Makefile

PORTNAME= SoapyBladeRF
DISTVERSIONPREFIX= soapy-bladerf-
DISTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= comms hamradio
MAINTAINER= yuri@FreeBSD.org
COMMENT= Soapy SDR plugin for the Blade RF
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.LGPLv2.1
LIB_DEPENDS= libbladeRF.so:comms/bladerf \
libSoapySDR.so:misc/soapysdr
USES= cmake compiler:c++11-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= pothosware
PLIST_FILES= lib/SoapySDR/modules0.7/libbladeRFSupport.so
.include <bsd.port.mk>