a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21288 2007-01-19 18:35:18Z markd@macports.org $
PortSystem 1.0
name gaim
version 2.0.0beta3.1
categories net
maintainers mij@macports.org
description AIM message service client with a gtk2 interface
long_description Gaim is an Open Source clone of America OnLine's \
Instant Messenger client that uses GTK+ version 2. It \
features multiple groups, group chat, user information \
fetching and registration, time stamping, and more. It \
also supports other IM protocols, including Yahoo!, \
MSN, ICQ, Jabber, Napster, IRC, and Zephyr via included \
plugins.
master_sites sourceforge
checksums md5 202b9e6ee5171da90de14230b3037dc1 \
sha1 5897cc8b89e0937645be21a0655a6ebb4fb3e626 \
rmd160 5987586fee212a5c5e9287a9dce55a35c30ea7b7
use_bzip2 yes
depends_lib port:gtk2 port:libao port:audiofile port:p5-xml-parser
configure.env LDFLAGS="-L${prefix}/lib -bind_at_load" \
CPPFLAGS="-no-cpp-precomp"
configure.args --disable-gtkspell --disable-screensaver --disable-sm \
--mandir=${prefix}/share/man --disable-perl
platform darwin 6 { depends_lib-append lib:libdl:dlcompat }
default_variants +msn
variant msn { depends_lib-append port:gnutls }