1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/security/bzrtp/Makefile
Tijl Coosemans ef3fb3edb5 Update the Linphone stack:
Linphone 3.10.2
bctoolbox 0.2.0
oRTP 0.27.0 + bump PORTREVISION on dependent ports (devel/libosmo-abis)
bzrtp 1.0.4
Belle-SIP 1.5.0
Mediastreamer 2.14.0
MS plugins (msbcg729 1.0.2, msopenh264 1.1.2)
2016-10-17 14:28:01 +00:00

24 lines
447 B
Makefile

# $FreeBSD$
PORTNAME= bzrtp
PORTVERSION= 1.0.4
CATEGORIES= security
MASTER_SITES= SAVANNAH/linphone/bzrtp
MAINTAINER= tijl@FreeBSD.org
COMMENT= ZRTP support library (RFC 6189)
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-strict
INSTALL_TARGET= install-strip
USES= libtool pathfix pkgconfig
USE_GNOME= libxml2
USE_LDCONFIG= yes
.include <bsd.port.mk>