ba8390f960
2015-10-17 Moritz Bunkus <moritz@bunkus.org> * Released v1.4.3. 2015-05-02 Daniel Winzen <d@winzen4.de> * all: a couple of optimizations in the main library and a memory leak fix in the tests 2015-02-01 Jan Engelhardt <jengelh@inai.de> * build system: fix linking against libEBML
23 lines
619 B
Makefile
23 lines
619 B
Makefile
# $NetBSD: Makefile,v 1.36 2015/10/21 08:41:41 wiz Exp $
|
|
|
|
DISTNAME= libmatroska-1.4.3
|
|
CATEGORIES= multimedia devel
|
|
MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= salo@NetBSD.org
|
|
HOMEPAGE= http://www.matroska.org/
|
|
COMMENT= Extensible open standard Audio/Video container format
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_LANGUAGES= c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
PKGCONFIG_OVERRIDE= libmatroska.pc.in
|
|
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= test
|
|
|
|
BUILDLINK_API_DEPENDS.libebml+= libebml>=1.3.1
|
|
.include "../../devel/libebml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|