ports/security/lime/Makefile
Felix Palmen b0de9fcd44 security/lime: Update to 5.2.94
Approved by:		bofh (maintainer, by private message)
Differential Revision:	https://reviews.freebsd.org/D41227
2023-08-04 08:20:54 +02:00

26 lines
569 B
Makefile

PORTNAME= lime
PORTVERSION= 5.2.94
CATEGORIES= security
MAINTAINER= bofh@FreeBSD.org
COMMENT= End-to-end encryption library for instant messaging
WWW= https://www.linphone.org/technical-corner/lime
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
libbellesip.so:net/belle-sip \
libsoci_sqlite3.so:databases/soci
USES= cmake
USE_GITLAB= yes
GL_SITE= https://gitlab.linphone.org/BC
GL_ACCOUNT= public
CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \
-DENABLE_STATIC=NO \
-DENABLE_STRICT=NO
.include <bsd.port.mk>