mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
9b178ffd7e
llvm15 was also merged into 13.2-STABLE effective from OSVERSION 1302505. Fix the ports that failed to build with llvm15. Approved by: portmgr (blanket)
35 lines
825 B
Makefile
35 lines
825 B
Makefile
PORTNAME= bladeRF
|
|
DISTVERSION= 2023.02
|
|
CATEGORIES= comms hamradio
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= BladeRF USB 3.0 Superspeed software defined radio
|
|
WWW= https://www.nuand.com/
|
|
|
|
LICENSE= MIT LGPL20 GPLv2
|
|
LICENSE_COMB= multi
|
|
|
|
USES= cmake compiler:c11 libedit
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Nuand
|
|
GH_TUPLE= analogdevicesinc:no-OS:0bba46e:x/thirdparty/analogdevicesinc/no-OS
|
|
|
|
PLIST_FILES= bin/bladeRF-cli \
|
|
bin/bladeRF-fsk \
|
|
include/bladeRF1.h \
|
|
include/bladeRF2.h \
|
|
include/libbladeRF.h \
|
|
lib/libbladeRF.so \
|
|
lib/libbladeRF.so.2 \
|
|
libdata/pkgconfig/libbladeRF.pc
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
|
|
CFLAGS+= -Wno-error=unused-but-set-variable
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|