33181e7ac2
Reported by: Diane Bruce <db@db.net>
20 lines
385 B
Makefile
20 lines
385 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= SoapySDR
|
|
DISTVERSIONPREFIX= soapy-sdr-
|
|
DISTVERSION= 0.6.1-71
|
|
DISTVERSIONSUFFIX= -g69c16e9
|
|
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:outsource
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pothosware
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|