aboutsummaryrefslogtreecommitdiff
path: root/www/srt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/srt/Makefile')
-rw-r--r--www/srt/Makefile21
1 files changed, 21 insertions, 0 deletions
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 <bsd.port.mk>