freebsd-ports/textproc/libebml/Makefile
2022-10-09 14:32:02 +02:00

19 lines
462 B
Makefile

PORTNAME= libebml
DISTVERSION= 1.4.4
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
WWW= https://www.matroska.org/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL
USES= cmake compiler:c++11-lang cpe tar:xz
USE_LDCONFIG= yes
CPE_VENDOR= matroska
CMAKE_ARGS= -DBUILD_SHARED_LIBS=YES
.include <bsd.port.mk>