4a889a235a
Released v1.3.9: * Build system: fixed symbol visibility issue causing linker failures since 1.3.8. Released v1.3.8: * Build system: various fixes to the cmake rules regarding visibility, naming and building DLLs on Windows.
18 lines
480 B
Makefile
18 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.45 2019/05/28 07:46:08 adam Exp $
|
|
|
|
DISTNAME= libebml-1.3.9
|
|
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"
|