# $Id: Portfile 73363 2010-11-11 07:45:48Z mww@macports.org $ PortSystem 1.0 name aria2 version 1.10.6 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 34029f86d9355872cf4b86267d3513c7 \ sha1 f08503332e8913f47ed33d9abe8664e1f2b098cd \ rmd160 2d2667b6ac55c418f0c6055b7825ce9bd502678c 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-libgnutls-prefix=${prefix} \ --with-libiconv-prefix=${prefix} \ --with-libintl-prefix=${prefix} \ --with-xml-prefix=${prefix} \ --without-sqlite3 post-destroot { file delete -force "${destroot}${prefix}/lib/charset.alias" } livecheck.type freshmeat