mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
aa76786751
Reported by: portscout
24 lines
436 B
Makefile
24 lines
436 B
Makefile
PORTNAME= srt
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.4.4
|
|
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:testing compiler:c++11-lang shebangfix ssl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Haivision
|
|
|
|
SHEBANG_FILES= scripts/srt-ffplay
|
|
|
|
CMAKE_TESTING_ON= ENABLE_TESTING ENABLE_UNITTESTS
|
|
|
|
.include <bsd.port.mk>
|