# $Id: Portfile,v 1.2 2004/05/05 19:41:23 mww Exp $ PortSystem 1.0 name bitlbee version 0.85a categories irc net platforms darwin maintainers mww@opendarwin.org 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 md5 d26fc287993e020b38fbde7e5ac6ad0b depends_lib bin:libgnutls-config:gnutls configure.args --config=${prefix}/var/lib/bitlbee/ destroot.target install install-etc post-destroot { xinstall -m 755 -d ${destroot}${prefix}/var/lib/bitlbee/ system "touch ${destroot}${prefix}/var/lib/bitlbee/.turd" cd ${destroot}${prefix}/etc/bitlbee/ file rename bitlbee.conf bitlbee.conf.sample file rename motd.txt motd.txt.sample }