diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-02 03:32:21 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-02 03:32:21 +0000 |
commit | 518a137d116ad277b95d93ae1e04bd2234002819 (patch) | |
tree | 60cb2919de4a6ae74610d0d4cb0e31fc2904dfef /news/bgrab/Makefile | |
parent | 8a29f87d0dc7f4f78ecef66ff375d1a4c91a2164 (diff) |
Import of bgrab.
An automated binary extraction tool for Usenet newsgroups.
It will log into any newsgroup and download all the binary files.
PR: 12841
Submitted by: Kelly Yancey <kbyanc@posi.net>
Notes
Notes:
svn path=/head/; revision=20483
Diffstat (limited to 'news/bgrab/Makefile')
-rw-r--r-- | news/bgrab/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/news/bgrab/Makefile b/news/bgrab/Makefile new file mode 100644 index 000000000000..a6e3dcb1878d --- /dev/null +++ b/news/bgrab/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: bgrab +# Version required: 1.1 +# Date created: 27 July 1999 +# Whom: Kelly Yancey <kbyanc@posi.net> +# +# $Id$ +# + +DISTNAME= bgrab +PKGNAME= bgrab-1.1 +CATEGORIES= news foo bar +MASTER_SITES= http://awwm.linuxberg.com/files/console/network/ \ + http://powerlinux.linuxberg.com/files/console/network/ + +MAINTAINER= kbyanc@posi.net + +.include <bsd.port.mk> |