1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/misc/soapysdr/Makefile
Yuri Victorovich 1521886e54 misc/soapysdr: Update 0.7.1 -> 0.7.2
Reported by:	portscout
2020-01-13 04:06:49 +00:00

22 lines
383 B
Makefile

# $FreeBSD$
PORTNAME= SoapySDR
DISTVERSIONPREFIX= soapy-sdr-
DISTVERSION= 0.7.2
CATEGORIES= misc hamradio
MAINTAINER= yuri@FreeBSD.org
COMMENT= Vendor and platform neutral SDR support library
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= pothosware
USE_LDCONFIG= yes
LDFLAGS+= -pthread
.include <bsd.port.mk>