# -*- 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

PortSystem              1.0
PortGroup               cmake 1.1
PortGroup               github 1.0

github.setup            rimio libsstv 0.9.0 v
revision                0
categories              multimedia
maintainers             nomaintainer
license                 MIT
description             SSTV encoder C library
long_description        {*}${description} suitable for both desktop \
                        and embedded applications.
checksums               rmd160  d08742ee93968aedbf0dcf0a3589f4d5b09b27e3 \
                        sha256  8bdeef4918e3b508009497e30a244caf049074729e40aa7ee952b6033f596853 \
                        size    5636226
github.tarball_from     archive

depends_lib-append      port:ImageMagick \
                        port:libsndfile

compiler.c_standard     1999
compiler.cxx_standard   2017

configure.args-append   -DBUILD_TOOLS=ON
