diff options
Diffstat (limited to 'comms/bladerf/Makefile')
| -rw-r--r-- | comms/bladerf/Makefile | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/comms/bladerf/Makefile b/comms/bladerf/Makefile index 8aed3e03c0f5..b7312186938f 100644 --- a/comms/bladerf/Makefile +++ b/comms/bladerf/Makefile @@ -1,25 +1,27 @@ PORTNAME= bladeRF -DISTVERSION= 2024.05 +DISTVERSION= 2025.10 CATEGORIES= comms hamradio MAINTAINER= yuri@FreeBSD.org COMMENT= BladeRF USB 3.0 Superspeed software defined radio -WWW= https://www.nuand.com/ +WWW= https://www.nuand.com/ \ + https://github.com/Nuand/bladeRF/ -LICENSE= MIT LGPL20 GPLv2 +LICENSE= GPLv2 LGPL21 MIT LICENSE_COMB= multi +LICENSE_FILE_GPLv2= ${WRKSRC}/legal/licenses/LICENSE.GPLv2 +LICENSE_FILE_LGPL21= ${WRKSRC}/legal/licenses/LICENSE.LGPLv2.1 +LICENSE_FILE_MIT= ${WRKSRC}/legal/licenses/LICENSE.MIT.nuand -USES= cmake compiler:c11 libedit -USE_LDCONFIG= yes +LIB_DEPENDS= libcurl.so:ftp/curl +USES= cmake compiler:c11 libedit ncurses pkgconfig USE_GITHUB= yes GH_ACCOUNT= Nuand -GH_TUPLE= analogdevicesinc:no-OS:0bba46e:x/thirdparty/analogdevicesinc/no-OS - -.include <bsd.port.pre.mk> +GH_TUPLE= Nuand:bladeRF-fsk:fb903684:bladerffsk/host/utilities/bladeRF-fsk \ + analogdevicesinc:no-OS:0bba46e6:noos/thirdparty/analogdevicesinc/no-OS +USE_LDCONFIG= yes -.if ${OPSYS} == FreeBSD -CFLAGS+= -Wno-error=unused-but-set-variable -.endif +CMAKE_ARGS+= -DCURSES_INCLUDE_PATH="${NCURSESINC}" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
