mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
1c17c220c8
- Make portclippy/portfmt happy PR: 244907 Approved by: maintainer timeout (lifanov, 65 days)
23 lines
430 B
Makefile
23 lines
430 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openfortivpn
|
|
PORTVERSION= 1.14.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= security net-vpn
|
|
|
|
MAINTAINER= lifanov@FreeBSD.org
|
|
COMMENT= Client for PPP+SSL VPN tunnel services
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= autoreconf pkgconfig ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= adrienverge
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= OPENSSL_CFLAGS=${OPENSSLINC} \
|
|
OPENSSL_LIBS="-lssl -lcrypto"
|
|
|
|
.include <bsd.port.mk>
|