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

name                sstp-client
version             1.0.17
revision            0
checksums           rmd160  1802181acb6bf8900937d1af248901d9830699c3 \
                    sha256  29dd3b9c7111ad6983cd663d5a2f069e1f8a95a913aabc8e166970146657925d \
                    size    482831

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/
master_sites        sourceforge:project/sstp-client/sstp-client/

depends_build       port:pkgconfig

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
