26 lines
622 B
Makefile
26 lines
622 B
Makefile
PORTNAME= lime
|
|
PORTVERSION= 5.2.37
|
|
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
|
|
GL_TAGNAME= c20149550d1d9386cff67640d5391d0c814a7e70
|
|
|
|
CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \
|
|
-DENABLE_STATIC=NO \
|
|
-DENABLE_STRICT=NO
|
|
|
|
.include <bsd.port.mk>
|