Tweak devel/racer version 2.1.31
[dports.git] / misc / soapysdr / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       SoapySDR
4 DISTVERSIONPREFIX=      soapy-sdr-
5 DISTVERSION=    0.7.2
6 CATEGORIES=     misc hamradio
7
8 MAINTAINER=     yuri@FreeBSD.org
9 COMMENT=        Vendor and platform neutral SDR support library
10
11 LICENSE=        BSL
12 LICENSE_FILE=   ${WRKSRC}/LICENSE_1_0.txt
13
14 USES=           cmake compiler:c++11-lang
15 USE_GITHUB=     yes
16 GH_ACCOUNT=     pothosware
17 USE_LDCONFIG=   yes
18
19 LDFLAGS+=       -pthread
20
21 .include <bsd.port.mk>