aboutsummaryrefslogblamecommitdiff
path: root/misc/soapysdr/Makefile
blob: ed9671e8b8f5b6b7e5bb02d308330cefdfdaa7e5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                  
                     
                             






                                                               
                                         



                          

                        
                      
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>