freebsd-ports/security/libbzrtp/Makefile
Tijl Coosemans ac0075c2b5 Update the Linphone stack.
Linphone 3.9.0
Ortp 0.25.0 + bump PORTREVISION on dependent ports (devel/libosmo-abis)
Libbzrtp 1.0.3
Belle-sip (fix files/patch-src-belle_sip_headers_impl.c)
Mediastreamer 2.12.0
MS plugins (msbcg729 1.0.1, msilbc 2.1.2, msopenh264 1.1.1, msx264 1.5.2)
2015-11-06 16:24:13 +00:00

25 lines
555 B
Makefile

# $FreeBSD$
PORTNAME= libbzrtp
PORTVERSION= 1.0.3
CATEGORIES= security
MASTER_SITES= SAVANNAH/linphone/bzrtp
DISTNAME= bzrtp-${DISTVERSION}
MAINTAINER= tijl@FreeBSD.org
COMMENT= ZRTP support library (RFC 6189)
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmbedtls.so.9:${PORTSDIR}/security/polarssl13
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules --disable-strict \
--with-polarssl=${LOCALBASE}
INSTALL_TARGET= install-strip
USES= libtool pathfix pkgconfig
USE_GNOME= libxml2
USE_LDCONFIG= yes
.include <bsd.port.mk>