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

github.setup        farsightsec fstrm 0.6.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0
categories          devel
license             Apache-2
maintainers         {mps @Schamschula} openmaintainer
description         fstrm is a C implementation of the Frame Streams data transport \
                    protocol.
long_description    {*}${description}

checksums           rmd160  a69072865be0fa04dd4004227f786e129c05629e \
                    sha256  921febf5de818c292a8b9e86ddf53639654d5708e85db77e1264e1a53e03e185 \
                    size    135465

depends_build       port:pkgconfig

depends_lib         port:libevent

use_autoreconf      yes

configure.args      --disable-silent-rules
