a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name axel
version 1.0b
categories net www
maintainers nomaintainer@macports.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