# $Id: Portfile,v 1.5 2003/12/08 10:03:00 olegb Exp $ PortSystem 1.0 name libmng version 1.0.6 categories graphics maintainers lomion@mac.com description Library for read MNG, an extension to PNG. long_description This library extends PNG supportto include Multiple Network Graphics \ this adds animation capabilitys to PNG. homepage http://libmng.sourceforge.net/ master_sites sourceforge platform darwin checksums md5 af6768923295f486fe982ae53491b826 depends_lib lib:libjpeg:jpeg lib:liblcms:lcms patchfiles patch-autogen.sh pre-configure { system "cd '${worksrcpath}' && sh autogen.sh" } configure.args --with-jpeg=${prefix} --with-lcms=${prefix}