# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           cmake 1.1

name                SoapySDRPlay3
platforms           darwin macosx
categories          science
license             MIT
maintainers         {ra1nb0w @ra1nb0w} {michaelld @michaelld} openmaintainer

description         Soapy SDR module for SDRPlay 3 driver
long_description    {*}${description}

github.setup        pothosware SoapySDRPlay3 794425ff7d8cc153190d6545332df604731bab41
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             20221130-[string range ${github.version} 0 7]
checksums           rmd160  2e8c426be8e859e7d97296ba23052533116f99b2 \
                    sha256  b7346a60a1fbf845716698d31b9651ad5486684792518491b436dfe17e1ed887 \
                    size    21691
revision            0

compiler.cxx_standard 2011

depends_lib-append \
    port:SoapySDR \
    port:SDRplay3

conflicts-append \
    SoapySDRPlay
