# $Id$ PortSystem 1.0 name libmng version 1.0.9 categories graphics maintainers blair openmaintainer 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 platforms darwin checksums md5 ff1205ef70855a75c098ea09690413c6 depends_build port:automake port:autoconf port:libtool depends_lib port:jpeg port:lcms port:zlib pre-configure { system "cd '${worksrcpath}' && ln -s makefiles/configure.in ." system "cd '${worksrcpath}' && ln -s makefiles/acinclude.m4 ." system "cd '${worksrcpath}' && ln -s makefiles/Makefile.am ." system "cd '${worksrcpath}' && LIBTOOLIZE=glibtoolize autoreconf -fi" } configure.args --with-jpeg=${prefix} \ --with-lcms=${prefix} \ --with-zlib=${prefix}