# $Id: Portfile,v 1.23 2006/04/22 04:25:54 markd Exp $

PortSystem 1.0
name             adium
version          0.89
categories       aqua net
maintainers      toby@opendarwin.org
description      a multiple protocol instant messaging client
long_description \
	A multiple protocol instant messaging client. This is a \
	culmination of a year long rewrite of Adium, which now \
	utilizes libgaim (the core part of gaim) to connect to \
	multiple protocols, and is also based on a new plugin \
	architecture. Partial address book integration, cool \
	looking tabs, multiple protocols for instant messaging, \
	and a compact contact list are some of the many \
	features of the new Adium.

master_sites     sourceforge
distname         AdiumX_Source_${version}
extract.suffix   .tgz
checksums        sha1 14c544d77864a9e5386dac33cdda0869da785098

worksrcdir       adium-${version}

configure        {}

build.type       pbx
build.target     -project Adium.xcodeproj -target Adium
build.args       -configuration Deployment

destroot {
	set appPath ${destroot}/Applications/DarwinPorts
	file mkdir ${appPath}
	file copy ${worksrcpath}/build/Deployment/Adium.app ${appPath}
}
