# -*- 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
PortGroup           legacysupport 1.1
PortGroup           openssl 1.0

# memmem
legacysupport.newest_darwin_requires_legacy 10

github.setup        adrienverge openfortivpn 1.24.1 v
revision            0
categories          net
license             GPL-3
maintainers         {gmail.com:millerdev @millerdev} openmaintainer
description         Client for PPP+SSL VPN tunnel services.
long_description    ${name} is a client for PPP+SSL VPN tunnel services. \
                    It spawns a pppd process and operates the communication \
                    between the gateway and this process. It is compatible \
                    with Fortinet VPNs.
checksums           rmd160  5b6ecba295c37408ea61b7e411bbb418bc466934 \
                    sha256  c40d33acd97b89c2e943bfd839c19b69e5a7a5997052e2fc9a595602745c0465 \
                    size    177124
github.tarball_from archive

depends_build-append \
                    path:bin/pkg-config:pkgconfig

use_autoreconf      yes
