pkgsrc/multimedia/libmatroska/Makefile
adam c7a4e56c0d libmatroska: updated to 1.4.9
v1.4.9:
* Converted the build system from autoconf/automake to
cmake. Patches by Github user "evpobr" with fixes by myself.
* Added a code of conduct to the project.
2018-04-22 21:40:00 +00:00

20 lines
588 B
Makefile

# $NetBSD: Makefile,v 1.43 2018/04/22 21:40:00 adam Exp $
DISTNAME= libmatroska-1.4.9
CATEGORIES= multimedia devel
MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/
EXTRACT_SUFX= .tar.xz
MAINTAINER= salo@NetBSD.org
HOMEPAGE= https://www.matroska.org/
COMMENT= Extensible open standard Audio/Video container format
LICENSE= gnu-lgpl-v2.1
USE_CMAKE= yes
USE_LANGUAGES= c c++
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=YES
PKGCONFIG_OVERRIDE= libmatroska.pc.in
BUILDLINK_API_DEPENDS.libebml+= libebml>=1.3.6
.include "../../devel/libebml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"