Ticket #52541: Portfile

File Portfile, 1007 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 SoapyRTLSDR 0.2.2 soapy-rtlsdr-
9platforms           darwin macosx
10categories          science
11license             Boost-1
12maintainers         gmail.com:gedgy63 openmaintainer
13
14description         Soapy SDR plugin for RTL-SDR
15long_description    The Soapy RTL-SDR project provides a plugin module to use the RTL-SDR dongle within the SoapySDR API and software that supports SoapySDR.
16
17depends_lib         port:rtl-sdr \
18                    port:SoapySDR
19
20homepage            https://github.com/pothosware/SoapyRTLSDR/wiki
21
22checksums           rmd160  219cbcd26d420abac9a3db63368efbb39d68853a \
23                    sha256  44af9e597b13b922a520bb94ae85ddd1a6d512aa630e32e8e210580e1f692103
24