# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name mpeg4ip version 1.5.0.1 revision 1 categories audio platforms darwin maintainers devans openmaintainer homepage http://mpeg4ip.sf.net/ description Mpeg4 library and tools from mpeg4ip long_description \ The MPEG4IP project provides a standards-based system for encoding, \ streaming, and playing encoded audio, video and text. master_sites sourceforge checksums md5 f53b06c62e914ab724bda9d9af041e08 \ sha1 1271de695ed65284d9c39aa91bf26c5494603fd3 \ rmd160 fee5c21c17a470e6de349e07d233a1eb46b2064a depends_build port:libtool \ port:automake \ port:autoconf depends_lib port:libsdl depends_run lib:libmp4v2:libmp4v2 patchfiles patch-bootstrap.diff configure.cmd ./bootstrap \ --disable-player \ --mandir=${prefix}/share/man post-configure { if {[variant_isset universal]} { reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool } } # # delete files from destroot that conflict with port libmp4v2 # post-destroot { file delete -force \ ${destroot}${prefix}/bin/mp4art \ ${destroot}${prefix}/bin/mp4dump \ ${destroot}${prefix}/bin/mp4extract \ ${destroot}${prefix}/bin/mp4info \ ${destroot}${prefix}/bin/mp4tags \ ${destroot}${prefix}/bin/mp4trackdump \ ${destroot}${prefix}/include/mp4.h \ ${destroot}${prefix}/lib/libmp4v2.0.0.0.dylib \ ${destroot}${prefix}/lib/libmp4v2.0.dylib \ ${destroot}${prefix}/lib/libmp4v2.a \ ${destroot}${prefix}/lib/libmp4v2.dylib \ ${destroot}${prefix}/lib/libmp4v2.la \ ${destroot}${prefix}/share/man/manm/api.mpt \ ${destroot}${prefix}/share/man/man3 file mkdir ${destroot}${prefix}/share/man/man3 } build.target # # disable livecheck as this code is no longer under development / being maintained. # livecheck.check none