1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/security/openfortivpn/Makefile
Vladimir Druzenko 69a794994e */*: remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man
Approved by:	portmgr (blanket)
2024-04-13 23:42:30 +03:00

27 lines
591 B
Makefile

PORTNAME= openfortivpn
PORTVERSION= 1.21.0
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= security net-vpn
MAINTAINER= ygy@FreeBSD.org
COMMENT= Client for PPP+SSL VPN tunnel services
WWW= https://github.com/adrienverge/openfortivpn
BUILD_DEPENDS= gsed:textproc/gsed
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf cpe pkgconfig ssl
CPE_VENDOR= ${PORTNAME}_project
USE_GITHUB= yes
GH_ACCOUNT= adrienverge
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_SED=${LOCALBASE}/bin/gsed \
OPENSSL_CFLAGS=${OPENSSLINC} \
OPENSSL_LIBS="-lssl -lcrypto"
.include <bsd.port.mk>