aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget/Makefile
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-01-02 15:19:08 +0800
committertg <tg@FreeBSD.org>1997-01-02 15:19:08 +0800
commit0fdcf10bee7b1a6e41c00eae22c13c166d3429c1 (patch)
tree14a4afd63db4ebf537ea5b234146385ac4bbbbe9 /ftp/wget/Makefile
parent5c64cb15dc30858fa33fded157e8ba23bf0ad310 (diff)
downloadfreebsd-ports-gnome-0fdcf10bee7b1a6e41c00eae22c13c166d3429c1.tar.gz
freebsd-ports-gnome-0fdcf10bee7b1a6e41c00eae22c13c166d3429c1.tar.zst
freebsd-ports-gnome-0fdcf10bee7b1a6e41c00eae22c13c166d3429c1.zip
Import of wget, a tool similar to our fetch(1), but it is able
to fetch complete trees.
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r--ftp/wget/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
new file mode 100644
index 000000000000..057144c3af2d
--- /dev/null
+++ b/ftp/wget/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: wget
+# Version required: 1.4.2
+# Date created: 31 December 1996
+# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME= wget-1.4.2
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+MAINTAINER= tg@FreeBSD.ORG
+
+GNU_CONFIGURE= yes
+MAN1= wget.1
+
+.include <bsd.port.mk>