mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Changelog: https://gitlab.linphone.org/BC/public/lime/-/tags/5.4.2 Sponsored by: Cybermancer Infosec
28 lines
709 B
Makefile
28 lines
709 B
Makefile
PORTNAME= lime
|
|
DISTVERSION= 5.4.2
|
|
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
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libbctoolbox.a:net/bctoolbox \
|
|
${LOCALBASE}/lib/libbcunit.a:devel/bcunit \
|
|
${LOCALBASE}/lib/libbelle-sip.a:net/belle-sip \
|
|
${LOCALBASE}/lib/libbelr.a:textproc/belr
|
|
LIB_DEPENDS= 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_STRICT=NO \
|
|
-DENABLE_UNIT_TESTS=NO
|
|
|
|
.include <bsd.port.mk>
|