# $Id: Portfile 59628 2009-10-18 10:33:06Z mww@macports.org $ PortSystem 1.0 name aria2 version 1.6.2 categories net platforms darwin maintainers mww description download utility with resuming and segmented downloading long_description aria2 is a download utility with resuming and segmented \ downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent. homepage http://aria2.sourceforge.net/ master_sites sourceforge checksums md5 aa94152c01a11e75b77a6be6c15e81ff \ sha1 63255ddcd12021a2e4828694bf2e8ce9ee2b21a5 \ rmd160 e1b6426cbc90d19039d36c7b599ce90531fffb2a use_bzip2 yes depends_lib port:gettext port:libiconv port:gnutls port:libxml2 configure.cxxflags-append "-I${prefix}/include/libxml2" configure.args --with-gnutls --with-gnutls-prefix=${prefix} \ --with-libiconv-prefix=${prefix} \ --with-libintl-prefix=${prefix} \ --with-xml-prefix=${prefix} post-destroot { file delete -force "${destroot}${prefix}/lib/charset.alias" } livecheck.type freshmeat