mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
cb333cf1ec
- Do not silence installation message - Update dependent ports: - Fix build with swig 4.0.1 - Update *_DEPENDS - Remove BINARY_ALIAS Changes: http://www.swig.org/news.php PR: 246613 Exp-run by: antoine
31 lines
690 B
Makefile
31 lines
690 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= SoapySDR
|
|
DISTVERSIONPREFIX= soapy-sdr-
|
|
DISTVERSION= 0.7.2
|
|
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= swig:devel/swig
|
|
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>
|