b053c294cf
Approved by: bofh (maintainer, by private message) Differential Revision: https://reviews.freebsd.org/D41227
29 lines
631 B
Makefile
29 lines
631 B
Makefile
PORTNAME= bzrtp
|
|
PORTVERSION= 5.2.94
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= ZRTP support library (RFC 6189)
|
|
WWW= https://www.linphone.org
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox
|
|
|
|
USES= cmake cpe gnome sqlite
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://gitlab.linphone.org/BC
|
|
GL_ACCOUNT= public
|
|
USE_GNOME= libxml2
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \
|
|
-DENABLE_STATIC=NO \
|
|
-DENABLE_STRICT=NO
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's/<alloca\.h>/<stdlib.h>/' ${WRKSRC}/src/zidCache.c
|
|
|
|
.include <bsd.port.mk>
|