# $Id: Portfile,v 1.11 2003/05/14 12:36:17 fkr Exp $ PortSystem 1.0 name micq version 0.4.10.3 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 a5bf29dde10474a10a5a4c3e43bf6915 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" }