diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-09 15:12:09 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-09 15:12:09 +0000 |
commit | d15287648b13d8f730943d097fe17a7eb8f910bc (patch) | |
tree | f2a058904460a4ed937e75f8dbd5d053a3c50081 /net/ortp/Makefile | |
parent | 54d7237cc8936cec0b082bad7a760d2e8f72aa0b (diff) |
Notes
Diffstat (limited to 'net/ortp/Makefile')
-rw-r--r-- | net/ortp/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 56acc143acbb..256381d723d7 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -3,8 +3,9 @@ PORTNAME= ortp PORTVERSION= 0.23.0 +PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= SAVANNAH/linphone/ortp +MASTER_SITES= SAVANNAH/linphone/ortp/sources MAINTAINER= sobomax@FreeBSD.org COMMENT= Real-time Transport Protocol (RTP) library @@ -12,11 +13,14 @@ COMMENT= Real-time Transport Protocol (RTP) library LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libsrtp.so:${PORTSDIR}/net/libsrtp \ + libzrtpcppcore.so:${PORTSDIR}/security/libzrtpcppcore + CONFLICTS_INSTALL= linphone-base-[0-9]* GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules --disable-strict -CPPFLAGS+= -DHAVE_DEV_RANDOM +CONFIGURE_ARGS= --disable-silent-rules --disable-strict \ + --enable-zrtp --with-srtp INSTALL_TARGET= install-strip USES= libtool pathfix pkgconfig USE_LDCONFIG= yes |