diff --git a/comms/sdr++/Makefile b/comms/sdr++/Makefile index 5258b7e738c7..a89dbba963f0 100644 --- a/comms/sdr++/Makefile +++ b/comms/sdr++/Makefile @@ -1,48 +1,48 @@ PORTNAME= sdr++ DISTVERSION= 1.0.4 PORTREVISION= 2 CATEGORIES= comms hamradio MAINTAINER= yuri@FreeBSD.org -COMMENT= Cross-Platform SDR Software +COMMENT= Cross-platform SDR software LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/license LIB_DEPENDS= libad9361.so:misc/libad9361-iio \ libairspy.so:comms/airspy \ libairspyhf.so:comms/airspyhf \ libfftw3f.so:math/fftw3-float \ libglfw.so:graphics/glfw \ libhackrf.so:comms/hackrf \ libiio.so:misc/libiio \ librtlsdr.so:comms/rtl-sdr \ libSoapySDR.so:misc/soapysdr \ libvolk.so:devel/volk USES= cmake compiler:c++17-lang gl pkgconfig xorg USE_GL= gl glew glu opengl USE_XORG= x11 USE_GITHUB= yes GH_ACCOUNT= AlexandreRouma GH_PROJECT= SDRPlusPlus # Broken with clang 14 CMAKE_OFF= OPT_BUILD_DISCORD_PRESENCE OPTIONS_MULTI= AUDIO_BACKEND OPTIONS_MULTI_AUDIO_BACKEND= PORTAUDIO RTAUDIO OPTIONS_DEFAULT= RTAUDIO OPTIONS_SUB= yes AUDIO_BACKEND_DESC= Audio backend PORTAUDIO_CMAKE_BOOL= OPT_BUILD_AUDIO_SINK PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio RTAUDIO_DESC= RtAudio support RTAUDIO_CMAKE_BOOL= OPT_BUILD_AUDIO_SINK RTAUDIO_LIB_DEPENDS= librtaudio.so:audio/rtaudio .include diff --git a/comms/sdr++/pkg-descr b/comms/sdr++/pkg-descr index dd4d4886d639..6128469d87b3 100644 --- a/comms/sdr++/pkg-descr +++ b/comms/sdr++/pkg-descr @@ -1,4 +1,4 @@ SDR++ is a cross-platform and open source SDR software with the aim -of being bloat free and simple to use. +of being bloat-free and simple to use. WWW: https://github.com/AlexandreRouma/SDRPlusPlus