Lines 3-10
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= ortp |
4 |
PORTNAME= ortp |
5 |
PORTVERSION= 0.23.0 |
5 |
PORTVERSION= 0.23.0 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= net |
7 |
CATEGORIES= net |
7 |
MASTER_SITES= SAVANNAH/linphone/ortp |
8 |
MASTER_SITES= SAVANNAH/linphone/ortp/sources |
8 |
|
9 |
|
9 |
MAINTAINER= sobomax@FreeBSD.org |
10 |
MAINTAINER= sobomax@FreeBSD.org |
10 |
COMMENT= Real-time Transport Protocol (RTP) library |
11 |
COMMENT= Real-time Transport Protocol (RTP) library |
Lines 16-24
CONFLICTS_INSTALL= linphone-base-[0-9]*
Link Here
|
16 |
|
17 |
|
17 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
18 |
CONFIGURE_ARGS= --disable-silent-rules --disable-strict |
19 |
CONFIGURE_ARGS= --disable-silent-rules --disable-strict |
19 |
CPPFLAGS+= -DHAVE_DEV_RANDOM |
|
|
20 |
INSTALL_TARGET= install-strip |
20 |
INSTALL_TARGET= install-strip |
21 |
USES= libtool pathfix pkgconfig |
21 |
USES= libtool pathfix pkgconfig |
22 |
USE_LDCONFIG= yes |
22 |
USE_LDCONFIG= yes |
23 |
|
23 |
|
|
|
24 |
OPTIONS_DEFINE= SRTP ZRTP |
25 |
OPTIONS_DEFAULT=SRTP ZRTP |
26 |
|
27 |
SRTP_DESC= Secure RTP support |
28 |
SRTP_LIB_DEPENDS= libsrtp.so:${PORTSDIR}/net/libsrtp |
29 |
SRTP_CONFIGURE_ON= --with-srtp |
30 |
SRTP_CONFIGURE_OFF= --with-srtp=none |
31 |
|
32 |
ZRTP_DESC= SRTP with secure key exchange (RFC 6189) (LGPL3) |
33 |
ZRTP_LIB_DEPENDS= libzrtpcppcore.so:${PORTSDIR}/security/libzrtpcppcore |
34 |
ZRTP_CONFIGURE_ENABLE= zrtp |
35 |
|
24 |
.include <bsd.port.mk> |
36 |
.include <bsd.port.mk> |