Index: head/comms/libsdr/Makefile =================================================================== --- head/comms/libsdr/Makefile (revision 411371) +++ head/comms/libsdr/Makefile (revision 411372) @@ -1,29 +1,29 @@ -# Created by: Jeffrey Baitis +# Created by: Jeffrey Baitis # $FreeBSD$ PORTNAME= libsdr PORTVERSION= 0.1.0 CATEGORIES= comms hamradio -MAINTAINER= baitisj@pcbsd.org +MAINTAINER= jeff@baitis.net COMMENT= Simple software defined radio (SDR) library LICENSE= GPLv2 LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libfftw3f.so:${PORTSDIR}/math/fftw3-float \ librtlsdr.so:${PORTSDIR}/comms/rtl-sdr USE_GITHUB= yes GH_ACCOUNT= hmatuschek GH_PROJECT= libsdr GH_TAGNAME= 0982a68 MAKE_JOBS_UNSAFE= yes USES= cmake pkgconfig CMAKE_ARGS+=-DCMAKE_BUILD_TYPE=RELEASE CMAKE_VERBOSE= 1 USE_LDCONFIG= yes .include Index: head/comms/libsdr-gui/Makefile =================================================================== --- head/comms/libsdr-gui/Makefile (revision 411371) +++ head/comms/libsdr-gui/Makefile (revision 411372) @@ -1,32 +1,32 @@ -# Created by: Jeffrey Baitis +# Created by: Jeffrey Baitis # $FreeBSD$ PORTNAME= libsdr-gui PORTVERSION= 0.1.0 CATEGORIES= comms hamradio -MAINTAINER= baitisj@pcbsd.org +MAINTAINER= jeff@baitis.net COMMENT= GUI functions (e.g. waterfall) for libsdr library LICENSE= GPLv2 LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ libfftw3f.so:${PORTSDIR}/math/fftw3-float \ libsdr.so:${PORTSDIR}/comms/libsdr USE_GITHUB= yes GH_ACCOUNT= hmatuschek GH_PROJECT= libsdr-gui GH_TAGNAME= 96846d1 USE_QT5= core buildtools_build qmake widgets USES= cmake pkgconfig USE_LDCONFIG= yes .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 USE_GCC= yes .endif .include