pkgsrc/ham/soapy-sdr/buildlink3.mk
tnn 4615691484 ham/soapy-sdr: import soapy-sdr-0.7.2
SoapySDR is an open-source generalized API and runtime library for interfacing
with SDR devices. With SoapySDR, you can instantiate, configure, and stream
with an SDR device in a variety of environments. Most off the shelf
SDR hardware platforms are supported by SoapySDR, and many open source
applications rely on SoapySDR for hardware integration support. In addition,
SoapySDR has bindings for development frameworks like GNU Radio and Pothos.
2020-08-01 07:46:14 +00:00

14 lines
371 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2020/08/01 07:46:14 tnn Exp $
BUILDLINK_TREE+= soapy-sdr
.if !defined(SOAPY_SDR_BUILDLINK3_MK)
SOAPY_SDR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.soapy-sdr+= soapy-sdr>=0.7.2
BUILDLINK_PKGSRCDIR.soapy-sdr?= ../../ham/soapy-sdr
#.include "../../devel/boost-libs/buildlink3.mk"
.endif # SOAPY_SDR_BUILDLINK3_MK
BUILDLINK_TREE+= -soapy-sdr