# $Id$ PortSystem 1.0 name rtorrent-devel set real_name rtorrent version 0.8.5 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. homepage http://libtorrent.rakshasa.no/ master_sites ${homepage}downloads/ distname ${real_name}-${version} checksums md5 e701095e1824b7e512a17000f4c0a783 \ sha1 ebab4af5c3c5f31803e0880fadd303ecbc6adba8 \ rmd160 ebf5bc3a39ec8b9905513a706a480452498ca991 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 }