diff options
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> |