# -*- 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           cmake 1.1
PortGroup           github 1.0

github.setup        pothosware SoapyRTLSDR 0.3.3 soapy-rtl-sdr-
revision            0
platforms           darwin macosx
categories          science
license             MIT
maintainers         {ra1nb0w @ra1nb0w} {michaelld @michaelld} openmaintainer
description         Soapy SDR module for RTL-SDR
long_description    {*}${description}
checksums           rmd160  ace36893adba198fe63ca539cca958e761f85313 \
                    sha256  757c3c3bd17c5a12c7168db2f2f0fd274457e65f35e23c5ec9aec34e3ef54ece \
                    size    16760
github.tarball_from archive

compiler.cxx_standard 2011

depends_build-append \
    path:bin/pkg-config:pkgconfig

depends_lib-append \
    port:rtl-sdr \
    port:SoapySDR

configure.args-append \
    -DCMAKE_BUILD_TYPE=Release
