# $Id: Portfile,v 1.9 2003/03/07 11:34:29 fkr Exp $ PortSystem 1.0 name micq version 0.4.10.1 revision 4 categories net maintainers fkr@opendarwin.org description portable text-mode ICQ clone long_description mICQ is a very portable text-mode ICQ clone. \ Originally written by Matthew D. Smith, a great \ part of mICQ has been rewritten by Ruediger Kuhlmann, \ in particular the support for the new version 8 of the \ ICQ protocol that became necessary, the internationalization, \ the file transfer and some restructuring of the code. homepage http://www.micq.org/ platforms darwin freebsd extract.sufx .tgz master_sites http://www.micq.org/source/ checksums md5 c0c84ed9b5df0d9ced060a9eed11d36b configure.args --prefix=${destroot}${prefix} install.destroot prefix=${destroot}${prefix} post-install { cd ${worksrcpath} system "cp doc/*png ${destroot}${prefix}/share/micq" system "cp doc/*xpm ${destroot}${prefix}/share/micq" }