Ticket #1268: Portfile

File Portfile, 647 bytes (added by lomion@…, 20 years ago)

Updated portfile

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