# $Id: Portfile,v 1.1 2005/03/24 00:55:55 danchr Exp $ PortSystem 1.0 name axel version 1.0a categories net www maintainers danchr@opendarwin.org description A light Unix download accelerator long_description Axel does the same thing any other accelerator does: \ it opens more than one HTTP/FTP connection per download and \ each connection transfers its own, separate, part of the file. \ It may sound weird, but it works very well in practice. master_sites http://www.lintux.cx/downloads/ homepage http://www.lintux.cx/axel.html checksums sha1 88832ddcb446797c50a7c8fafcd2e1f14177329c configure.args --prefix=${prefix} --i18n=1 build.args CFLAGS="-I${prefix}/include" \ LFLAGS="-L${prefix}/lib\ -lintl -liconv" depends_lib lib:libiconv:libiconv lib:libintl:gettext