1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/comms/soapyairspy/Makefile
Yuri Victorovich f3d67d1c03 comms/soapyairspy: Update 0.1.2 -> 0.2.0
Reported by:	portscout
2021-06-04 00:46:57 -07:00

22 lines
450 B
Makefile

PORTNAME= SoapyAirspy
DISTVERSIONPREFIX= soapy-airspy-
DISTVERSION= 0.2.0
CATEGORIES= comms hamradio
MAINTAINER= yuri@FreeBSD.org
COMMENT= Soapy SDR plugin for the Airspy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libairspy.so:comms/airspy \
libSoapySDR.so:misc/soapysdr
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= pothosware
PLIST_FILES= lib/SoapySDR/modules0.8/libairspySupport.so
.include <bsd.port.mk>