diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-03 04:41:59 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-03 04:41:59 +0800 |
commit | 440c9042928d23b3c5d78bbada689294eb7827e5 (patch) | |
tree | 44f1f54e793e7767fc7f9a2db0dffd85f4e720e2 /ftp/Makefile | |
parent | 54c205c0a52fc0b81ad40361c3352fb7d7a0651d (diff) | |
download | freebsd-ports-graphics-440c9042928d23b3c5d78bbada689294eb7827e5.tar.gz freebsd-ports-graphics-440c9042928d23b3c5d78bbada689294eb7827e5.tar.zst freebsd-ports-graphics-440c9042928d23b3c5d78bbada689294eb7827e5.zip |
Add gwget, a download manager for GNOME which uses wget as its backend.
It supports resuming downloads as well as recursive downloading.
PR: 73431
Submitted by: Radek Kozlowski <radek@raadradd.com>
Diffstat (limited to 'ftp/Makefile')
-rw-r--r-- | ftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 08199982cd9..a87965076a8 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -35,6 +35,7 @@ SUBDIR += ftptool SUBDIR += gftp SUBDIR += greed + SUBDIR += gwget SUBDIR += hsftp SUBDIR += jftp SUBDIR += jftpgw |