Ticket #52540: Portfile

File Portfile, 995 bytes (added by gedgy63@…, 8 years ago)
Line 
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# $Id: Portfile 151954 2016-08-25 13:23:43Z mf2k@macports.org $
3
4PortSystem          1.0
5PortGroup           github 1.0
6PortGroup           cmake 1.0
7
8github.setup        pothosware SoapyRemote 0.3.1 soapy-remote-
9platforms           darwin macosx
10categories          science
11license             Boost-1
12maintainers         gmail.com:gedgy63 openmaintainer
13
14description         Remote support for Soapy SDR support library
15long_description    Use any SoapySDR supported device transparently over a local network link. The remote support feature can turn any SDR into a network peripheral.
16
17depends_lib         port:SoapySDR
18homepage            https://github.com/pothosware/SoapyRemote/wiki
19
20checksums           rmd160  cedf6d3d2bfe6c53a212def2c98e099800d8229c \
21                    sha256  d96f51cd0efc7bbdb864ce484e6f54b385d431b216cb8d7e55665781e4eb76f2
22