1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup merbanan rtl_433 bf4f9b4ebd4da642dfc788052d1a99d5812519f8 |
---|
9 | version 20160420 |
---|
10 | checksums rmd160 fc20f59f2b9f142b67aed11da98a4998dacd2043 \ |
---|
11 | sha256 74d13373ff8321e584f0edb1211f8505a1808d1c313f317aa9fa69a51641ab9a |
---|
12 | |
---|
13 | depends_lib-append port:rtl-sdr |
---|
14 | |
---|
15 | categories science comms |
---|
16 | maintainers nomaintainer |
---|
17 | description RTL-SDR 433.92 MHz generic data receiver |
---|
18 | long_description rtl_433 turns your Realtek RTL2832 based DVB dongle into a 433.92 MHz generic data receiver |
---|
19 | license GPL-2 |
---|
20 | platforms darwin |
---|