a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20335 2006-11-02 00:38:50Z blair@macports.org $
PortSystem 1.0
name ogmtools
version 1.5
categories multimedia audio
maintainers pguyot@kallisys.net
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 lib:libogg:libogg \
lib:libvorbis:libvorbis
configure.args --without-dvdread \
--mandir=${prefix}/share/man
pre-configure { cd ${worksrcpath}
system "rm -f INSTALL" }