freebsd-ports/security/globalprotect-openconnect/Makefile
Jason W. Bacon e48763c72d security/globalprotect-openconnect: Update to 1.4.1
Fixes for working with latest openconnect

Reported by:    portscout
2022-03-07 07:56:08 -06:00

23 lines
665 B
Makefile

PORTNAME= globalprotect-openconnect
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.1
CATEGORIES= security
MAINTAINER= jwb@FreeBSD.org
COMMENT= OpenConnect GUI for GlobalProtect protocol
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libopenconnect.so:security/openconnect
USES= cmake:noninja qt:5
USE_GITHUB= yes
USE_QT= buildtools core dbus declarative gui location network printsupport qmake_build webchannel webengine websockets widgets
GH_ACCOUNT= yuezk
GH_PROJECT= GlobalProtect-openconnect
GH_TUPLE+= itay-grudev:SingleApplication:v3.3.0:sa/3rdparty/SingleApplication
GH_TUPLE+= SergiusTheBest:plog:1.1.6:plog/3rdparty/plog
.include <bsd.port.mk>