1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/audio/welle.io/Makefile
Mark Linimon 52e5f6e5cc Add compiler:c++11-lang to USES to fix build on GCC-based systems:
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.

Approved by:	portmgr (tier-2 blanket)
2020-10-24 03:44:56 +00:00

55 lines
1.3 KiB
Makefile

# $FreeBSD$
PORTNAME= welle.io
DISTVERSION= 2.2
CATEGORIES= audio hamradio
MAINTAINER= nsonack@outlook.com
COMMENT= SDR DAB/DAB+ Receiver
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libfaad.so:audio/faad \
libmp3lame.so:audio/lame \
libmpg123.so:audio/mpg123
USES= cmake compiler:c++11-lang pkgconfig qt:5
USE_QT= charts core declarative gui multimedia network quickcontrols2 \
widgets buildtools_build qmake_build
USE_GITHUB= yes
GH_ACCOUNT= AlbrechtL
GH_TAGNAME= c39d3420cc30281e03835b3182f34d8617eb7ebf
OPTIONS_DEFINE= AIRSPY CLI FFTW RTLSDR SOAPY
OPTIONS_DEFAULT= FFTW RTLSDR
RTLSDR_DESC= RTL-SDR support
AIRSPY_DESC= AirSpy support
SOAPY_DESC= SoapySDR support
FFTW_DESC= Use FFTW3 instead of KISSFFT
CLI_DESC= Build the welle-cli tool
RTLSDR_DEPENDS= rtl-sdr:comms/rtl-sdr
RTLSDR_LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr
RTLSDR_CMAKE_BOOL= RTLSDR
FFTW_CMAKE_BOOL_OFF= KISS_FFT
FFTW_LIB_DEPENDS= libfftw3f.so:math/fftw3-float
FFTW_BUILD_DEPENDS= fftw3>=0:math/fftw3
CLI_CMAKE_BOOL= BUILD_WELLE_CLI
CLI_PLIST_FILES= bin/welle-cli \
share/welle-io/html/index.html \
share/welle-io/html/index.js
SOAPY_CMAKE_BOOL= SOAPYSDR
SOAPY_LIB_DEPENDS= libSoapySDR.so:misc/soapysdr
AIRSPY_CMAKE_BOOL= AIRSPY
AIRSPY_LIB_DEPENDS= libairspy.so:comms/airspy
.include <bsd.port.mk>