1 | # -*- 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 |
---|
2 | PortSystem 1.0 |
---|
3 | PortGroup github 1.0 |
---|
4 | |
---|
5 | github.setup adrienverge openfortivpn 1.6.0 v |
---|
6 | github.tarball_from tags |
---|
7 | |
---|
8 | categories net |
---|
9 | platforms darwin |
---|
10 | license GPL-3 |
---|
11 | |
---|
12 | maintainers @millerdev |
---|
13 | description Client for PPP+SSL VPN tunnel services. |
---|
14 | long_description openfortivpn is a client for PPP+SSL VPN tunnel services. \ |
---|
15 | It spawns a pppd process and operates the communication \ |
---|
16 | between the gateway and this process. It is compatible \ |
---|
17 | with Fortinet VPNs. |
---|
18 | |
---|
19 | depends_build port:autoconf \ |
---|
20 | port:automake \ |
---|
21 | port:pkgconfig |
---|
22 | depends_lib port:openssl |
---|
23 | |
---|
24 | configure.cmd ./autogen.sh && ./configure |
---|
25 | configure.pkg_config ${prefix}/bin/pkg-config |
---|
26 | |
---|
27 | checksums size 55622 \ |
---|
28 | rmd160 348ac6ee8db8e5cf1a4cc493889e3ac3e717274e \ |
---|
29 | sha256 18390e7822d562c5dcc8caa1094fdfb47ceb975f46dee862470e72e428ca75b0 |
---|