# $Id: Portfile,v 1.3 2003/06/16 00:52:41 jpm Exp $ PortSystem 1.0 name mldonkey version 2.5-3 revision 0 categories net maintainers jpm@opendarwin.org description OCAML/GTK client for the eDonkey p2p network long_description \ It is separated into a core with telnet and web interfaces, and \ brings a GTK GUI. \ \ Other features over the original client are: \ - better stability \ - faster operation \ - much better control \ - saves its current state, checksums and known peers \ (instead of starting from scratch every time) homepage http://www.nongnu.org/mldonkey/ platforms darwin master_sites \ http://savannah.nongnu.org/download/${name}/release-${version}/official/ checksums md5 d11504a6dd1e8b5f955951d1f73236ed distname ${name}-${version}.sources worksrcdir ${name}-${version} depends_lib bin:camlp4:ocaml bin:lablgtk:lablgtk install { system "install -m 755 ${worksrcpath}/mlchat ${destroot}/${prefix}/bin" system "install -m 755 ${worksrcpath}/mlgui ${destroot}/${prefix}/bin" system "install -m 755 ${worksrcpath}/mlnet ${destroot}/${prefix}/bin" system "install -m 755 ${worksrcpath}/mlnet+gui ${destroot}/${prefix}/bin" system "install -m 755 ${worksrcpath}/distrib/servers.ini ${destroot}/${prefix}/bin" }