# $Id: Portfile 38043 2008-07-04 10:57:33Z mww@macports.org $ PortSystem 1.0 name bitlbee version 1.2.1 categories irc net platforms darwin maintainers nomaintainer description An IRC to other chat networks gateway long_description bitlbee is an IRC server that can connect to IM \ networks such as AIM and MSN. Its intention is you \ only have to use one client application for all your \ instant messaging. homepage http://www.bitlbee.org/ master_sites http://get.bitlbee.org/src/ checksums sha1 1fd96b3241987f092a1be6b850864eaf806770b6 depends_lib port:gnutls port:gettext port:glib2 port:libgcrypt \ port:libgpg-error port:libiconv port:libtasn1 patchfiles patch-configure.diff configure.args --config=${prefix}/var/lib/bitlbee/ --ssl=gnutls configure.universal_args destroot.target install install-etc post-destroot { destroot.keepdirs ${destroot}${prefix}/var/lib/bitlbee cd ${destroot}${prefix}/etc/bitlbee/ file rename bitlbee.conf bitlbee.conf.sample file rename motd.txt motd.txt.sample }