# $Id: Portfile 50741 2009-05-08 12:30:35Z boeyms@macports.org $

PortSystem 1.0
name		axel
version		2.4
categories	net www
platforms	darwin
maintainers	nomaintainer
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://alioth.debian.org/frs/download.php/3015
homepage	http://axel.alioth.debian.org/
checksums	sha1 6d89a7ce797ddf4c23a210036d640d013fe843ca

configure.args	--i18n=1
build.args	CFLAGS="-I${prefix}/include" \
		LFLAGS="-L${prefix}/lib -lintl -liconv"

depends_lib	port:libiconv port:gettext
