1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/textproc/libebml/Makefile
Bernhard Froehlich 8c55f6d553
textproc/libebml: Add CPE information
Approved by:	portmgr (blanket)
2021-09-10 21:17:47 +00:00

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>