1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/srt/Makefile
Yuri Victorovich aa76786751 www/srt: Update 1.4.3 -> 1.4.4
Reported by:	portscout
2021-10-16 16:56:17 -07:00

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>