diff options
Diffstat (limited to 'net/uvgrtp/Makefile')
| -rw-r--r-- | net/uvgrtp/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/uvgrtp/Makefile b/net/uvgrtp/Makefile new file mode 100644 index 000000000000..983355c3e2bf --- /dev/null +++ b/net/uvgrtp/Makefile @@ -0,0 +1,24 @@ +PORTNAME= ${GH_PROJECT:tl} +PORTVERSION= 3.1.6 +DISTVERSIONPREFIX= v +PORTREVISION= 1 +CATEGORIES= net + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Open-source C++ library for RTP/SRTP media delivery +WWW= https://ultravideo.fi/uvgrtp.html + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cmake compiler:c++17-lang pkgconfig +CMAKE_ARGS= -DPKG_CONFIG_PATH:STRING=libdata/pkgconfig +CMAKE_ON= UVGRTP_DISABLE_EXAMPLES UVGRTP_DISABLE_TESTS \ + UVGRTP_RELEASE_COMMIT BUILD_SHARED_LIBS +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= ultravideo +GH_PROJECT= uvgRTP + +.include <bsd.port.mk> |
