mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
8c55f6d553
Approved by: portmgr (blanket)
21 lines
496 B
Makefile
21 lines
496 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
|
|
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 cpe tar:xz
|
|
USE_LDCONFIG= yes
|
|
CPE_VENDOR= matroska
|
|
|
|
CMAKE_ARGS= -DBUILD_SHARED_LIBS=YES
|
|
|
|
.include <bsd.port.mk>
|