# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ PortSystem 1.0 name rtorrent-devel set real_name rtorrent version 0.8.4 categories net platforms darwin maintainers gmail.com:gardnermj description console-based BitTorrent client (development version) 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. \ This is the development version of rTorrent, 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 dc0f37d933b0b6c713ad617e09441f3b \ sha1 83a7c0dbeb46bb074ae075d9faf5d05f0df17571 \ rmd160 a7a65a136161dc89e93479cee776cc084dce4ee0 depends_lib port:curl \ port:libsigcxx2 \ port:libtorrent-devel \ 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 }