# $Id: Portfile 59973 2009-10-28 07:05:26Z pguyot@kallisys.net $

PortSystem 1.0
name				ogmtools
version				1.5
revision			1
categories			multimedia audio
maintainers			nomaintainer
description			OGG media streams manipulation tools.
long_description	The ogmtools allow users to display information about \
					(ogminfo), extract streams from (ogmdemux), merge several \
					streams into (ogmmerge), and split (ogmsplit) Ogg files. \
					Supported stream types include video streams from AVIs or Ogg \
					files and Vorbis audio from Ogg files.
homepage			http://www.bunkus.org/videotools/ogmtools/
platforms			darwin
use_bzip2			yes
master_sites		${homepage}
checksums			md5 02d356e3d21d53b1d9715bab223d8996
depends_lib     	port:libogg \
					port:libvorbis \
					port:libdvdread
configure.args  	--mandir=${prefix}/share/man

pre-configure	{ system "cd ${worksrcpath} && rm -f INSTALL" }
