Portfile

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

PortSystem 1.0
name adium
version 1.0.1
categories aqua net
maintainers nomaintainer@macports.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.

fetch.type svn
svn.url svn://svn.adiumx.com/adium/tags/AdiumX_${version}
worksrcdir AdiumX_${version}

use_configure no

depends_build bin:svn:subversion
build.type pbx
build.target -project Adium.xcodeproj -target Adium
build.args -configuration Deployment

destroot {
set appPath ${destroot}/Applications/MacPorts
xinstall -d ${appPath}
file copy ${worksrcpath}/build/Deployment/Adium.app ${appPath}
}