# $Id: Portfile 81439 2011-07-30 21:30:43Z ryandesign@macports.org $

PortSystem 1.0

name            adium
version         1.3.0
categories      net aqua
platforms       macosx
maintainers     nomaintainer
homepage        http://adium.im/
distfiles

description     a multiple protocol instant messaging client
long_description \
	Adium is a free instant messaging application. With Adium, you can \
	connect to any number of messaging accounts on any combination of \
	supported messaging services and then chat with other people using \

pre-configure {
    ui_error "Adium is being removed from MacPorts."
    ui_error "Please vist ${homepage} to download and install Adium."
    return -code error "obsolete port"
}

livecheck.type  none
