# $Id: Portfile,v 1.1 2004/01/27 21:52:09 mww Exp $

PortSystem 1.0

name		iconverter
version		0.85
categories	graphics aqua
platforms	darwin
maintainers	mww@opendarwin.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/DarwinPorts
	file copy ${worksrcpath}/build/Iconverter.app \
		${destroot}/Applications/DarwinPorts
}
