# -*- 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           gitlab   1.0
name                sstp-client
gitlab.setup        sstp-project sstp-client 1.0.20
revision            0
checksums           rmd160  baad6d083869e074ea3b1009baeeffb15b3fc54f \
                    sha256  bc50103c397108f9b09f6b01fd1ce1963cc24f63a7a59ea3f82d3e0acb7ad547 \
                    size    86104

categories          net
maintainers         nomaintainer
license             GPL-2+

description         client implementation of Secure Socket Tunneling Protocol (SSTP)

long_description    ${name} is a ${description} for Unix that allows access \
                    via SSTP VPN to Microsoft Windows 2008 Server. It tunnels \
                    PPP traffic over SSL.

homepage            http://sstp-client.sourceforge.net/

depends_build       port:pkgconfig

use_autoreconf      yes

depends_lib         port:libevent \
                    path:lib/libssl.dylib:openssl

configure.args      --disable-ppp-plugin \
                    --disable-silent-rules \
                    --with-libevent=2 \
                    --with-runtime-dir=${prefix}/var/macports/sstpc

test.run            yes
test.target         check

gitlab.livecheck.regex  {([0-9.]+)}
