mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
45403dd8fe
Similar to other webrtc ports, this one needs to be aware of big-endian architectures. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21159
25 lines
555 B
Makefile
25 lines
555 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|