aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mswebrtc/Makefile
blob: 317d4885a627dad99dae20e8e43a1f42f7d19989 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	mswebrtc
PORTVERSION=	1.1.1
PORTREVISION=	2
CATEGORIES=	multimedia net
MASTER_SITES=	https://www.linphone.org/releases/sources/plugins/mswebrtc/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Mediastreamer plugin with WebRTC codecs

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libbctoolbox.so:net/bctoolbox \
		libmediastreamer_base.so:net/mediastreamer \
		libortp.so:net/ortp

USES=		cmake compiler:c++11-lib

CMAKE_ARGS=	-DENABLE_STATIC=NO
PLIST_FILES=	lib/mediastreamer/plugins/libmswebrtc.so

.include <bsd.port.mk>