You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
d781843732
In preparation for changing the default.
30 lines
1005 B
Tcl
30 lines
1005 B
Tcl
# -*- 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 Boost-1
|
|
maintainers {ra1nb0w @ra1nb0w} {michaelld @michaelld} openmaintainer
|
|
|
|
description Soapy SDR module for use any Soapy SDR remotely
|
|
long_description {*}${description}
|
|
|
|
github.setup pothosware SoapyRemote 0.5.2 soapy-remote-
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
checksums rmd160 1db0d3e8b91a23b3acad1a81cc906abf921fb133 \
|
|
sha256 e56e493d3079002ff09c36f70f7c3ad7c4f9c580da3e9db9836c8712cf5f89ab \
|
|
size 72926
|
|
revision 1
|
|
|
|
compiler.cxx_standard 2011
|
|
|
|
depends_lib-append \
|
|
port:SoapySDR
|
|
|
|
configure.args-append \
|
|
-DCMAKE_BUILD_TYPE=Release
|