ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
31 lines
711 B
Makefile
31 lines
711 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= SoapySDR
|
|
DISTVERSIONPREFIX= soapy-sdr-
|
|
DISTVERSION= 0.7.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc hamradio python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Vendor and platform neutral SDR support library (python binding)
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE_1_0.txt
|
|
|
|
BUILD_DEPENDS= swig3.0:devel/swig30
|
|
LIB_DEPENDS= libSoapySDR.so:misc/soapysdr
|
|
|
|
USES= cmake compiler:c++11-lang gettext-runtime python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pothosware
|
|
USE_PYTHON= flavors
|
|
|
|
CMAKE_ARGS= -DPYTHON_EXECUTABLE:STRING=${PYTHON_CMD}
|
|
|
|
WRKSRC_SUBDIR= python
|
|
|
|
PLIST_FILES= ${PYTHON_SITELIBDIR}/SoapySDR.py \
|
|
${PYTHON_SITELIBDIR}/_SoapySDR.so
|
|
|
|
.include <bsd.port.mk>
|