mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
1521886e54
Reported by: portscout
22 lines
383 B
Makefile
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>
|