Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name iconverter
version 0.85
categories graphics aqua
platforms darwin
maintainers nomaintainer@macports.org
description File converter for icns, gif, jpg, png, bmp, tiff.
long_description Written originally as a developer tool to create ICNS \
files from anything dropped on it, now it has evolved \
to support icns, gif, jpg, png, bmp and tiff \
exporting--and batch conversion. Can choose background \
color for file types that do not preserve transparency.

homepage http://extraneous.us/software/iconverter/about.htm
master_sites http://extraneous.us/download/
extract.suffix .tgz
distname ${name}-source-085
checksums md5 939d532abbce8336a5955ae645d6ef5f

use_configure no

pre-build {
file rename ${workpath}/Iconverter\ Source\ 0.85 ${worksrcpath}
}
build.type pbx
build.target

destroot {
file mkdir ${destroot}/Applications/MacPorts
file copy ${worksrcpath}/build/Iconverter.app \
${destroot}/Applications/MacPorts
}