1 | PortSystem 1.0 |
---|
2 | name libmng |
---|
3 | version 1.0.7 |
---|
4 | categories graphics |
---|
5 | maintainers lomion@mac.com |
---|
6 | description Library for read MNG, an extension to PNG. |
---|
7 | long_description This library extends PNG supportto include Multiple Network Graphics \ |
---|
8 | this adds animation capabilitys to PNG. |
---|
9 | homepage http://libmng.sourceforge.net/ |
---|
10 | master_sites sourceforge |
---|
11 | platforms darwin |
---|
12 | checksums md5 863002cf13a60ccfd8be641b62e3cc58 |
---|
13 | |
---|
14 | depends_lib lib:libjpeg:jpeg lib:liblcms:lcms |
---|
15 | patchfiles patch-autogen.sh |
---|
16 | pre-configure { system "cd '${worksrcpath}' && sh autogen.sh" } |
---|
17 | configure.args --with-jpeg=${prefix} --with-lcms=${prefix} |
---|