Update multimedia/bcmatroska2 to version 5.2.1
[dports.git] / multimedia / bcmatroska2 / Makefile
1 PORTNAME=       bcmatroska2
2 PORTVERSION=    5.2.1
3 CATEGORIES=     multimedia
4
5 MAINTAINER=     bofh@FreeBSD.org
6 COMMENT=        Belledonne Communications Matroska media container support
7 WWW=            https://www.linphone.org/
8
9 LICENSE=        BSD3CLAUSE
10
11 LIB_DEPENDS=    libbctoolbox.so:net/bctoolbox
12
13 USES=           cmake compiler:c++17-lang
14 USE_GITLAB=     yes
15 GL_SITE=        https://gitlab.linphone.org/BC
16 GL_ACCOUNT=     public
17 GL_COMMIT=      4d125bf2788915325c5ab93b9a97835f96d566d3
18 USE_LDCONFIG=   yes
19
20 CMAKE_ARGS=     -DCMAKE_PREFIX_PATH=${LOCALBASE} \
21                 -DENABLE_STATIC=NO
22
23 .include <bsd.port.mk>