freebsd-ports/multimedia/bcmatroska2/Makefile
Felix Palmen b5925a7b56 multimedia/bcmatroska2: Bump and drop GL_TAGNAME
Bump for update of net/bctoolbox

Approved by:		bofh (maintainer, by private message)
Differential Revision:	https://reviews.freebsd.org/D41227
2023-08-04 08:20:55 +02:00

30 lines
652 B
Makefile

PORTNAME= bcmatroska2
PORTVERSION= 5.2.1
PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= bofh@FreeBSD.org
COMMENT= Belledonne Communications Matroska media container support
WWW= https://www.linphone.org/
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox
USES= cmake compiler:c++17-lang
USE_GITLAB= yes
GL_SITE= https://gitlab.linphone.org/BC
GL_ACCOUNT= public
USE_LDCONFIG= yes
CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \
-DENABLE_STATIC=NO
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
.include <bsd.port.post.mk>