574778738c
v1.3.7: * Fixed the handling of Unicode codepoints > U+FFFF. * Fixed building on Windows with cmake. * Fixed building with gcc >= 7.
18 lines
480 B
Makefile
18 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.44 2019/03/13 17:33:29 adam Exp $
|
|
|
|
DISTNAME= libebml-1.3.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://dl.matroska.org/downloads/libebml/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= salo@NetBSD.org
|
|
HOMEPAGE= http://matroska-org.github.io/libebml/
|
|
COMMENT= Extensible Binary Meta Language support library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=YES
|
|
PKGCONFIG_OVERRIDE= libebml.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|