mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
c5f5a1d39d
- Adjust ports that depended on linphone-base to depend on net/ortp or net/mediastreamer instead - Mark net-im/libjingle deprecated (part of Google Talk) Approved by: portmgr (implicit, PORTREVISION bump of unstaged port)
25 lines
536 B
Makefile
25 lines
536 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ortp
|
|
PORTVERSION= 0.23.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= SAVANNAH/linphone/ortp
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
COMMENT= Real-time Transport Protocol (RTP) library
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
CONFLICTS_INSTALL= linphone-base-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-silent-rules --disable-strict
|
|
CPPFLAGS+= -DHAVE_DEV_RANDOM
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|