From af445a38fd160d89a54b928c20940d33e371cec1 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 16 May 2021 15:12:41 -0700 Subject: New port: www/srt: Secure Reliable Transport (SRT) Protocol --- www/srt/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 www/srt/Makefile (limited to 'www/srt/Makefile') diff --git a/www/srt/Makefile b/www/srt/Makefile new file mode 100644 index 000000000000..6703beea6325 --- /dev/null +++ b/www/srt/Makefile @@ -0,0 +1,21 @@ +PORTNAME= srt +DISTVERSIONPREFIX= v +DISTVERSION= 1.4.3 +CATEGORIES= www + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Secure Reliable Transport (SRT) Protocol + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= bash:shells/bash + +USES= cmake shebangfix ssl + +USE_GITHUB= yes +GH_ACCOUNT= Haivision + +SHEBANG_FILES= scripts/srt-ffplay + +.include -- cgit v1.2.3