aboutsummaryrefslogtreecommitdiff
path: root/textproc/libebml/Makefile
blob: 9a02aebefcbd3412c2f6864f0bf91fc1cfa68753 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$

PORTNAME=	libebml
DISTVERSION=	1.4.2
CATEGORIES=	textproc
MASTER_SITES=	https://dl.matroska.org/downloads/libebml/

MAINTAINER=	multimedia@FreeBSD.org
COMMENT=	EBML (Extensible Binary Meta Language), sort of binary version of XML

LICENSE=	LGPL21+
LICENSE_FILE=	${WRKSRC}/LICENSE.LGPL

USES=		cmake compiler:c++11-lang tar:xz
USE_LDCONFIG=	yes

CMAKE_ARGS=	-DBUILD_SHARED_LIBS=YES

.include <bsd.port.mk>