Commits
Davide Gerhard authored and Michael Dickens committed 4749993b4e5
1 + | # -*- 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 |
2 + | |
3 + | PortSystem 1.0 |
4 + | PortGroup github 1.0 |
5 + | PortGroup cmake 1.1 |
6 + | PortGroup cxx11 1.1 |
7 + | |
8 + | platforms darwin macosx |
9 + | categories science |
10 + | license LGPL-2.1 |
11 + | maintainers {@ra1nb0w irh.it:rainbow} {michaelld @michaelld} openmaintainer |
12 + | |
13 + | description Soapy SDR plugin for Blade RF |
14 + | long_description ${description} |
15 + | |
16 + | github.setup pothosware SoapyBladeRF 0.4.1 soapy-bladerf- |
17 + | checksums rmd160 763f4f31e8573ffd511e6e41464f9fa44bfd786e \ |
18 + | sha256 6b90befee4372ff0011445c471c348b18f1998ae0d5b833c0026f088031c8a72 \ |
19 + | size 29195 |
20 + | revision 0 |
21 + | |
22 + | depends_build-append \ |
23 + | port:pkgconfig |
24 + | |
25 + | depends_lib-append \ |
26 + | port:SoapySDR \ |
27 + | port:bladeRF |
28 + | |
29 + | configure.args-append \ |
30 + | -DCMAKE_BUILD_TYPE=Release |