# $Id: Portfile 33383 2008-01-26 01:47:43Z ryandesign@macports.org $ PortSystem 1.0 name libtorrent version 0.11.9 categories net platforms darwin maintainers nomaintainer description BitTorrent library long_description \ LibTorrent is a BitTorrent library written in C++ for \ *nix. It is designed to avoid redundant copying and \ storing of data that other clients and libraries suffer from. homepage http://libtorrent.rakshasa.no/ master_sites ${homepage}downloads/ checksums md5 8974dc9499b382a09fb952cabcfef9a0 \ sha1 d88e754d1c2ff7f8c5fb7544331264bd505870b8 \ rmd160 fb8de66d65791dab67c195356a98de7cf653d3c9 depends_build port:zlib \ port:pkgconfig depends_lib port:openssl \ port:libsigcxx2 \ configure.args --disable-debug \ --enable-ipv6 post-destroot { set docdir ${prefix}/share/doc/${name}-${version} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README \ TODO ${destroot}${docdir} } livecheck.check regex livecheck.url ${homepage} livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)