Bump multimedia/gnome-mplayer to version 1.0.9_7
[dports.git] / multimedia / bcmatroska2 / Makefile
1 PORTNAME=       bcmatroska2
2 PORTVERSION=    5.2.1
3 PORTREVISION=   1
4 CATEGORIES=     multimedia
5
6 MAINTAINER=     bofh@FreeBSD.org
7 COMMENT=        Belledonne Communications Matroska media container support
8 WWW=            https://www.linphone.org/
9
10 LICENSE=        BSD3CLAUSE
11
12 LIB_DEPENDS=    libbctoolbox.so:net/bctoolbox
13
14 USES=           cmake compiler:c++17-lang
15 USE_GITLAB=     yes
16 GL_SITE=        https://gitlab.linphone.org/BC
17 GL_ACCOUNT=     public
18 USE_LDCONFIG=   yes
19
20 CMAKE_ARGS=     -DCMAKE_PREFIX_PATH=${LOCALBASE} \
21                 -DENABLE_STATIC=NO
22
23 .include <bsd.port.pre.mk>
24
25 .if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160
26 CFLAGS+=        -Wno-error=incompatible-function-pointer-types
27 .endif
28
29 .include <bsd.port.post.mk>