# $Id: Portfile,v 1.3 2006/02/22 20:57:29 danchr Exp $

PortSystem 1.0
name		axel
version		1.0b
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://wilmer.gaast.net/downloads
homepage	http://wilmer.gaast.net/main.php/axel.html
checksums	sha1 b9c9a4bb86ac5ffd53974af211edbfaefc182183

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

patchfiles	patch-large-file-support.diff

### Temporarily disabled, see bug #7423 for details.
# depends_lib	lib:libiconv:libiconv lib:libintl:gettext
