# $Id: Portfile 52111 2009-06-10 06:41:57Z blb@macports.org $

PortSystem			1.0

name				libicns
version				0.7.0
categories			graphics devel
maintainers			fernandes.org:andrew
description			libicns is a library for manipulation of the Mac OS icns resource format and includes the icns2png converter
long_description \
    libicns is a library for manipulation of the Mac OS icns resource format, also known \
    as the IconFamily resource type. It can read and write files from the Mac OS X icns \
    format, as well as read from Mac OS resource files and macbinary encoded Mac OS \
    resource forks. As of release 0.5.9, it can fully read and write any 128x128 and all \
    smaller 32-bit icons, and read support for 8-bit, 4-bit, and 1-bit icons. If linked \
    against Jasper, it also has full support for 256x256 and 512x512 32-bit icons with \
    masks as alpha channels. libicns includes icns2png, a tool for extracting the images \
    contained within icns files, and saving them as png images. It also includes png2icns, \
    a tool for creating icns files from a set of png images. \

homepage			http://icns.sourceforge.net/
master_sites		sourceforge:icns

platforms           darwin

checksums           sha1 96e66119f4d8e6736b9d44120bff8c337d400ce5

depends_lib 		port:zlib port:libpng port:jasper
