# $Id: Portfile,v 1.12 2003/04/19 16:17:22 jpm Exp $ PortSystem 1.0 name wget version 1.8.2 revision 1 categories net maintainers jpm@opendarwin.org description internet file retriever long_description \ GNU Wget is a free software package for retrieving files using HTTP, \ HTTPS and FTP, the most widely-used Internet protocols. It is a \ non-interactive commandline tool, so it may easily be called from \ scripts, cron jobs, terminals without Xsupport, etc. homepage http://www.gnu.org/software/wget/wget.html platforms darwin freebsd master_sites \ ftp.gnu.org/pub/gnu/${name}/ \ ftp://aeneas.mit.edu/pub/gnu/${name}/ \ ftp://ftp.irisa.fr/pub/gnu/${name}/ \ ftp://ftp.mirror.ac.uk/sites/ftp.gnu.org/gnu/${name}/ \ ftp://ftp.ring.gr.jp/pub/GNU/${name}/ checksums md5 a2473d7a53ebaf0a1bdb06f17059e8f1 variant ssl { depends_lib-append lib:libssl.0.9:openssl configure.args-append --with-ssl }