freebsd-ports/net/belle-sip/Makefile
Felix Palmen 32cc1b8c97 net/belle-sip: Update to 5.2.94
Approved by:		bofh (maintainer, by private message)
Differential Revision:	https://reviews.freebsd.org/D41227
2023-08-04 08:20:53 +02:00

34 lines
751 B
Makefile

PORTNAME= belle-sip
DISTVERSION= 5.2.94
CATEGORIES= net java
MAINTAINER= bofh@FreeBSD.org
COMMENT= SIP (RFC 3261) implementation written in C
WWW= https://www.linphone.org/technical-corner/belle-sip.html
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libantlr3c.so:devel/libantlr3c \
libbctoolbox.so:net/bctoolbox \
libbelr.so:textproc/belr
USES= cmake cpe tar:bz2
CPE_VENDOR= linphone
USE_GITLAB= yes
GL_SITE= https://gitlab.linphone.org/BC
GL_ACCOUNT= public
USE_JAVA= yes
JAVA_BUILD= jre
USE_LDCONFIG= yes
CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \
-DENABLE_STATIC=NO \
-DENABLE_STRICT=NO \
-DENABLE_TESTS=NO
post-patch:
@${REINPLACE_CMD} '/clock_gettime/d' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>