# $Id: Portfile,v 1.2 2005/06/20 23:51:23 matt Exp $

PortSystem 1.0

name			IcyJuice
version			1.0d6
categories		aqua net
platforms		darwin
maintainers		darwinports@opendarwin.org
homepage		http://www.mitzpettel.com/software/icyjuice.html
description		Cocoa ICQ client

long_description	IcyJuice is a cocoa icq client with file transfers \
			support and multiple accounts lists.
			
			
master_sites		http://www.mitzpettel.com/download/
checksums		md5 7d6c5a039e47b64d79dec642c2526649

distname		${name}${version}src
extract.suffix		.tgz

use_configure		no

build.type		pbx
build.target		{ -project "Icy Juice.pbproj" }

destroot {		set appPath ${destroot}/Applications/DarwinPorts
			file mkdir ${appPath}
			file copy "${worksrcpath}/build/Icy Juice.app" ${appPath}
			}

