forked from Lainports/freebsd-ports
based on discussion at ports@ [1]. As VPN softwares are put in different physical category net and security. This is a little bit confusing. Let's give them new virtual category net-vpn. [1] https://lists.freebsd.org/pipermail/freebsd-ports/2019-April/115915.html PR: 239395 Submitted by: myself Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D21174
21 lines
425 B
Makefile
21 lines
425 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openfortivpn
|
|
PORTVERSION= 1.10.0
|
|
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_LIBS="-lssl -lcrypto" OPENSSL_CFLAGS=${OPENSSLINC}
|
|
|
|
.include <bsd.port.mk>
|