blob: 3daf56b9f6e39a430b709184209d56f3e0a3ddf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= librist
DISTVERSION= 0.2.0-RC5.20210325
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for Reliable Internet Stream Transport (RIST) protocol
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcjson.so:devel/libcjson
USES= localbase meson pkgconfig
USE_GITLAB= yes
USE_LDCONFIG= yes
GL_SITE= https://code.videolan.org
GL_ACCOUNT= rist
GL_COMMIT= 24ae978bcacf6a998aa3f2b605690f7d774f9c83
MESON_ARGS= -Duse_mbedtls=false # mbedcrypto needs to be ported
.include <bsd.port.mk>
|