1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name rtorrent-devel |
---|
6 | set real_name rtorrent |
---|
7 | version 0.8.5 |
---|
8 | categories net |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:gardnermj |
---|
11 | description console-based BitTorrent client (development version) |
---|
12 | long_description rTorrent is a console-based BitTorrent client. It aims to \ |
---|
13 | be a fully-featured and efficient client with the ability to \ |
---|
14 | run in the background using screen. It supports fast-resume \ |
---|
15 | and session management. \ |
---|
16 | This is the development version of rTorrent. |
---|
17 | |
---|
18 | homepage http://libtorrent.rakshasa.no/ |
---|
19 | master_sites ${homepage}downloads/ |
---|
20 | distname ${real_name}-${version} |
---|
21 | checksums md5 e701095e1824b7e512a17000f4c0a783 \ |
---|
22 | sha1 ebab4af5c3c5f31803e0880fadd303ecbc6adba8 \ |
---|
23 | rmd160 ebf5bc3a39ec8b9905513a706a480452498ca991 |
---|
24 | |
---|
25 | depends_lib port:curl \ |
---|
26 | port:libsigcxx2 \ |
---|
27 | port:libtorrent-devel \ |
---|
28 | port:ncurses \ |
---|
29 | port:openssl \ |
---|
30 | port:zlib |
---|
31 | |
---|
32 | configure.args --mandir=${prefix}/share/man \ |
---|
33 | --disable-debug \ |
---|
34 | --enable-ipv6 |
---|
35 | |
---|
36 | livecheck.name ${real_name} |
---|
37 | |
---|
38 | variant xmlrpc description {Enable XMLRPC interface} { |
---|
39 | configure.args-append --with-xmlrpc-c |
---|
40 | depends_lib-append port:xmlrpc-c |
---|
41 | } |
---|