# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ PortSystem 1.0 name rtorrent set real_name rtorrent version 0.8.2 categories net platforms darwin maintainers gmail.com:gardnermj description console-based BitTorrent client long_description rTorrent is a console-based BitTorrent client. It aims to \ be a fully-featured and efficient client with the ability to \ run in the background using screen. It supports fast-resume \ and session management. Now with DHT! \ (See http://libtorrent.rakshasa.no/wiki/RTorrentUsingDHT) homepage http://libtorrent.rakshasa.no/ master_sites ${homepage}downloads/ distname ${real_name}-${version} checksums md5 a2456182e1767e5aed7341dbbd058f60 \ sha1 891093c5d600c2e3853eadbbec369a12dfe6ec11 \ rmd160 e86b0082d1788e4e7cd8fcf631f7f857d642c799 depends_lib port:curl \ port:libsigcxx2 \ port:libtorrent \ port:ncurses \ port:openssl \ port:zlib configure.args --mandir=${prefix}/share/man \ --disable-debug \ --enable-ipv6 livecheck.name ${real_name} variant xmlrpc description {Enable XMLRPC interface} { configure.args-append --with-xmlrpc-c depends_lib-append port:xmlrpc-c }