9dcee2cb27
Details: - Update to upstream version 1.4.9 - Switch build system to cmake (mandatory upstream) - Build shared libs, not static libs (upstream build system requires either-or; the number of consumers in the ports tree is small, this is unlikely to cause problems) MFH: 2018Q2
23 lines
545 B
Makefile
23 lines
545 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmatroska
|
|
PORTVERSION= 1.4.9
|
|
CATEGORIES= multimedia audio
|
|
MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/ \
|
|
http://www.bunkus.org/videotools/mkvtoolnix/sources/
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Extensible Multimedia Container Format
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libebml.so:textproc/libebml
|
|
|
|
USES= cmake pathfix pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CMAKE_ARGS= -DBUILD_SHARED_LIBS=YES
|
|
|
|
.include <bsd.port.mk>
|