# -*- 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

platforms           darwin macosx
categories          science
license             GPL-3
maintainers         {ra1nb0w @ra1nb0w} {michaelld @michaelld} openmaintainer

description         Soapy SDR plugins for Red Pitaya
long_description    {*}${description}

github.setup        pothosware SoapyRedPitaya 0.1.1 soapy-redpitaya-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
checksums           rmd160  6d772ff767264d2f331c6fcdadf76aa31cab1e0e \
                    sha256  bb30dbe8170a131dd7650dfe745e37c872635313fab8849217acd57b667f9251 \
                    size    17901
revision            1

compiler.cxx_standard 2011

depends_lib-append \
    port:SoapySDR \

configure.args-append \
    -DCMAKE_BUILD_TYPE=Release
