# $Id: Portfile,v 1.4 2003/11/03 13:07:57 mww Exp $ PortSystem 1.0 name Fire version 0.32.h categories aqua net maintainers mww@opendarwin.org description multi protocol IM client (AIM, irc, ICQ, Jabber, MSN, Yahoo) long_description Fire is a Free Instant Messaging Client for Mac OS X \ which supports all of the most popular Instant Messaging \ services in one easy-to-use application: AIM, ICQ, irc, \ Jabber, MSN, Yahoo! Messenger. homepage http://fire.sourceforge.net/ master_sites sourceforge:fire distname ${name}.app${version}.source checksums md5 c5199a778cea5f07413a0f518424430b platforms darwin set worksrcpath ${workpath}/fire use_configure no build.dir ${worksrcpath} build.type pbx build.target destroot { system "install -m 755 -d \ ${destroot}/Applications/DarwinPorts \ && ditto -rsrcFork ${worksrcpath}/build/Fire.app \ ${destroot}/Applications/DarwinPorts/Fire.app" } destroot.target