# $Id: Portfile,v 1.3 2004/09/28 15:59:38 pguyot Exp $ PortSystem 1.0 name mkvtoolnix version 0.9.5 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 ede557a3d66d7e581910259f50a3235a depends_lib lib:libmatroska:libmatroska \ lib:libogg:libogg \ lib:libvorbis:libvorbis \ lib:libFLAC:flac \ lib:libexpat:expat \ lib:liblzo:lzo \ lib:libwxWindows:wxWindows configure.args --mandir=${prefix}/share/man \ --with-extra-libs=${prefix}/lib \ --with-extra-includes=${prefix}/include # libmatroska APIs changed a little bit. # Also fix the fact that there is no prototype for wxEntry. patchfiles patch-src-common-chapter_parser_xml.cpp \ patch-src-common-chapter_writer.cpp \ patch-src-mkvinfo.cpp