# $Id: Portfile 30001 2007-10-17 19:41:40Z nox@macports.org $ PortSystem 1.0 name mpeg4ip version 1.5.0.1 categories audio platforms darwin maintainers nomaintainer 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 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 } } build.target