Files
ports/comms/bladerf/Makefile
Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00

26 lines
529 B
Makefile

PORTNAME= bladeRF
DISTVERSION= 2024.05
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
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=unused-but-set-variable
.endif
.include <bsd.port.post.mk>