freebsd-ports/security/libbzrtp/Makefile
Tijl Coosemans 341ae95f0f Update the Linphone stack: belle-sip 1.4.1, libbzrtp 1.0.2, ortp 0.24.2,
mediastreamer 2.11.2, linphone 3.8.2
2015-05-16 20:31:05 +00:00

25 lines
556 B
Makefile

# $FreeBSD$
PORTNAME= libbzrtp
PORTVERSION= 1.0.2
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= libpolarssl.so.8:${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>