1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

26 lines
560 B
Makefile

PORTNAME= bzrtp
PORTVERSION= 1.0.6
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= https://www.linphone.org/releases/sources/bzrtp/
MAINTAINER= ports@FreeBSD.org
COMMENT= ZRTP support library (RFC 6189)
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox
USES= cmake cpe gnome sqlite
CPE_VENDOR= ${PORTNAME}_project
USE_GNOME= libxml2
USE_LDCONFIG= yes
CMAKE_ARGS= -DENABLE_STATIC=NO -DENABLE_STRICT=NO
post-patch:
@${REINPLACE_CMD} 's/<alloca\.h>/<stdlib.h>/' ${WRKSRC}/src/zidCache.c
.include <bsd.port.mk>