# $Id: Portfile,v 1.10 2003/03/03 07:09:38 mij Exp $ PortSystem 1.0 name wget version 1.8.2 revision 0 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/wget/ \ ftp://aeneas.mit.edu/pub/gnu/wget/ \ ftp://ftp.irisa.fr/pub/gnu/wget/ \ ftp://ftp.mirror.ac.uk/sites/ftp.gnu.org/gnu/wget/ \ ftp://ftp.ring.gr.jp/pub/GNU/wget/ checksums md5 a2473d7a53ebaf0a1bdb06f17059e8f1 variant ssl { # depends_lib-append lib:libssl:libssl configure.args-append --with-ssl }