Download and Install libmng version 1.0.10 on Mac OS X
Saturday the 19th of July, 2008

    libmng  most recent diff


      View the most recent changes for the libmng port at: libmng.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for libmng.
      The raw portfile for libmng 1.0.10 is located here:
      http://libmng.darwinports.com/dports/graphics/libmng/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/libmng
      Google
      Web Darwinports.com



      # $Id: Portfile 34958 2008-03-13 03:50:45Z blair macports.org $

      PortSystem 1.0

      Name: libmng
      Version: 1.0.10
      Category: graphics
      Maintainers: blair openmaintainer
      Description: Library for read MNG, an extension to PNG.
      Long Description: This library extends PNG support to include Multiple Network Graphics this adds animation capabilitys to PNG.
      Homepage: http://libmng.sourceforge.net/
      master_sites sourceforge
      Platform: darwin
      checksums md5 a464ae7d679781beebdf7440d144b7bd sha1 78ad516a1de79d00de720bf2a7c9afea2c896b09 rmd160 ed09e537ebb129f5e13cba56d9d2c2a106955393

      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}

      livecheck.check freshmeat

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/libmng
      % sudo port install libmng
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching libmng
      ---> Verifying checksum for libmng
      ---> Extracting libmng
      ---> Configuring libmng
      ---> Building libmng with target all
      ---> Staging libmng into destroot
      ---> Installing libmng
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using libmng with these commands:
      %  man libmng
      % apropos libmng
      % which libmng
      % locate libmng

     Where to find more information:

    Darwin Ports



    image test