# $Id: Portfile,v 1.19 2005/05/09 18:40:12 jmpp Exp $ PortSystem 1.0 name micq version 0.4.12 categories net maintainers darwinports@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.suffix .tgz master_sites ${homepage}source/ checksums md5 92474a12ff064a0204c2a6b59169fb66 configure.args --prefix=${destroot}${prefix} destroot.destdir prefix=${destroot}${prefix} post-destroot { cd ${worksrcpath} system "cp doc/*png ${destroot}${prefix}/share/micq" system "cp doc/*xpm ${destroot}${prefix}/share/micq" }