summaryrefslogtreecommitdiff
path: root/multimedia/bcmatroska2/Makefile
blob: eee40b87ee847eb42c498921a3606673c22952b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	bcmatroska2
PORTVERSION=	0.23
CATEGORIES=	multimedia
MASTER_SITES=	https://www.linphone.org/releases/sources/bcmatroska2/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Belledonne Communications Matroska media container support

USES=		cmake:outsource
USE_LDCONFIG=	yes

CMAKE_ARGS=	-DENABLE_STATIC=NO

.include <bsd.port.mk>