# $Id: Portfile,v 1.4 2006/07/22 07:39:18 pguyot Exp $

PortSystem			1.0
name				mkvtoolnix
version				1.7.0
categories			multimedia
maintainers			pguyot@kallisys.net
description			Matroska media files manipulation tools.
long_description	mkvtoolnix will evolve to a set of tools to create, \
					alter and inspect Matroska files under Linux and other \
					Unices, just what the OGMtools do for the OGM format.
homepage			http://www.bunkus.org/videotools/mkvtoolnix/
platforms			darwin
use_bzip2			yes
master_sites		${homepage}sources/
checksums			md5 a4d2720ace7509b2af026db00405cfc0 \
					sha1 c705af2778faac3e5244015646e331e811500b26 \
					rmd160 0c90a44f0b6df466a4799ed8fa2f99791059c7fb
depends_lib     	lib:libmatroska:libmatroska \
					lib:libogg:libogg \
					lib:libvorbis:libvorbis \
					lib:libFLAC:flac \
					lib:libexpat:expat \
					lib:liblzo:lzo \
					port:wxWidgets
configure.args		--mandir=${prefix}/share/man \
					--with-extra-libs=${prefix}/lib \
					--with-extra-includes=${prefix}/include

# livecheck.
livecheck.check		regex
livecheck.url		http://www.archlinux.org/packages/3992/
livecheck.regex		mkvtoolnix (\[0-9.\]+)-\[0-9\]
