diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-15 18:46:50 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-15 18:46:50 +0000 |
commit | 8e27c129f222e840e89aa25a325cfd352e6dd698 (patch) | |
tree | 5527272355466e333e5bae9f730f5a5f0faf7554 /security/libbzrtp | |
parent | d47d71cb7bd4d06d83431e314d236e337439c020 (diff) | |
download | ports-8e27c129f222e840e89aa25a325cfd352e6dd698.tar.gz ports-8e27c129f222e840e89aa25a325cfd352e6dd698.zip |
Notes
Diffstat (limited to 'security/libbzrtp')
-rw-r--r-- | security/libbzrtp/Makefile | 24 | ||||
-rw-r--r-- | security/libbzrtp/distinfo | 2 | ||||
-rw-r--r-- | security/libbzrtp/pkg-descr | 4 | ||||
-rw-r--r-- | security/libbzrtp/pkg-plist | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/security/libbzrtp/Makefile b/security/libbzrtp/Makefile new file mode 100644 index 000000000000..fe7c1572cd79 --- /dev/null +++ b/security/libbzrtp/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= libbzrtp +PORTVERSION= 1.0.1 +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:${PORTSDIR}/security/polarssl + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-strict --with-polarssl=${LOCALBASE} +INSTALL_TARGET= install-strip +USES= libtool pathfix pkgconfig +USE_GNOME= libxml2 +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/security/libbzrtp/distinfo b/security/libbzrtp/distinfo new file mode 100644 index 000000000000..8450bc4aaace --- /dev/null +++ b/security/libbzrtp/distinfo @@ -0,0 +1,2 @@ +SHA256 (bzrtp-1.0.1.tar.gz) = af68e4e0974aac9e0356e6ca94308a8cef4def19673fc52bee106f7eb22f16a8 +SIZE (bzrtp-1.0.1.tar.gz) = 455675 diff --git a/security/libbzrtp/pkg-descr b/security/libbzrtp/pkg-descr new file mode 100644 index 000000000000..d90a7e8ca4c9 --- /dev/null +++ b/security/libbzrtp/pkg-descr @@ -0,0 +1,4 @@ +This library provides support for ZRTP (RFC 6189), a media path key +agreement protocol for unicast secure RTP. + +WWW: https://www.linphone.org diff --git a/security/libbzrtp/pkg-plist b/security/libbzrtp/pkg-plist new file mode 100644 index 000000000000..364b321f35b8 --- /dev/null +++ b/security/libbzrtp/pkg-plist @@ -0,0 +1,5 @@ +include/bzrtp/bzrtp.h +lib/libbzrtp.so +lib/libbzrtp.so.0 +lib/libbzrtp.so.0.0.0 +libdata/pkgconfig/libbzrtp.pc |