# -*- 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             cmake 1.1
PortGroup             github 1.0

categories            science comms
platforms             darwin macosx
license               GPL-3
maintainers           {ra1nb0w @ra1nb0w} openmaintainer
description           C++ Minimal interface to encode and decode audio with AMBE3000 \
    based devices in packet mode over a serial link.
long_description      {*}${description}

github.setup          f4exb serialDV 1.1.5 v
github.tarball_from   archive
checksums             rmd160  cd394f2cf10c0942a1827d3570047e4978362d8d \
                      sha256  9ff90d85ff613e81659a2d661515e01d3c1f3ad1cade58908838b97fdd7ab5d2 \
                      size    298292
revision              0

compiler.cxx_standard 2011

test.run yes
test.cmd ./dvtest -h
