# $Id: Portfile 19376 2006-09-02 03:19:06Z yeled@macports.org $ PortSystem 1.0 name IcyJuice version 1.0d6 categories aqua net platforms darwin maintainers darwinports@opendarwin.org homepage http://www.mitzpettel.com/software/icyjuice.html description Cocoa ICQ client long_description IcyJuice is a cocoa icq client with file transfers \ support and multiple accounts lists. master_sites http://www.mitzpettel.com/download/ checksums md5 7d6c5a039e47b64d79dec642c2526649 distname ${name}${version}src extract.suffix .tgz use_configure no build.type pbx build.target { -project "Icy Juice.pbproj" } destroot { set appPath ${destroot}/Applications/DarwinPorts file mkdir ${appPath} file copy "${worksrcpath}/build/Icy Juice.app" ${appPath} }