mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
6768121462
Reported by: portscout
29 lines
606 B
Makefile
29 lines
606 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bladeRF
|
|
DISTVERSION= 2019.07
|
|
CATEGORIES= comms hamradio
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= BladeRF USB 3.0 Superspeed software defined radio
|
|
|
|
LICENSE= MIT LGPL20 GPLv2
|
|
LICENSE_COMB= multi
|
|
|
|
USES= cmake compiler:c11 libedit
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Nuand
|
|
GH_TUPLE= analogdevicesinc:no-OS:0bba46e:x/thirdparty/analogdevicesinc/no-OS
|
|
USE_LDCONFIG= yes
|
|
|
|
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.mk>
|