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 github 1.0 |
---|
6 | |
---|
7 | github.setup EliasOenal multimon-ng 4cc984f35f859539c94aa56d3fc6218a6de51148 |
---|
8 | version 20150515 |
---|
9 | categories science comms |
---|
10 | platforms darwin |
---|
11 | license GPL-2 |
---|
12 | maintainers m4x.org:db_macports openmaintainer |
---|
13 | |
---|
14 | description multimon-ng decodes radio digital transmission signals |
---|
15 | long_description multimon-ng is a fork of multimon, decoding radio digital transmission signals. \ |
---|
16 | It decodes the following digital transmission modes: \ |
---|
17 | POCSAG512 POCSAG1200 POCSAG2400 EAS UFSK1200 CLIPFSK AFSK1200 AFSK2400 AFSK2400_2 AFSK2400_3 \ |
---|
18 | HAPN4800 FSK9600 DTMF ZVEI1 ZVEI2 ZVEI3 DZVEI PZVEI EEA EIA CCIR MORSE_CW |
---|
19 | |
---|
20 | homepage https://github.com/EliasOenal/multimon-ng/ |
---|
21 | |
---|
22 | checksums rmd160 089b298a66dccf3cec07fdb2e4c4a13051ad98f7 \ |
---|
23 | sha256 8f1266ff4ee15b858426814712777e377579c1828f9b3edad7fabdb2d3bf9ded |
---|
24 | |
---|
25 | #depends_build port:qt4-mac port:qt5-mac |
---|
26 | #depends_lib port:rtl-sdr port:libusb |
---|
27 | |
---|
28 | configure { |
---|
29 | system "cd ${worksrcpath} && qmake multimon-ng.pro PREFIX=${prefix}" |
---|
30 | } |
---|
31 | |
---|
32 | destroot.destdir INSTALL_ROOT=${destroot} |
---|