3a9aebf0cf
NEWSFETCH downloads network news into mail-format files. It can also pass the fetched news articles to programs like procmail to process them further into different folders, forward or deliver them. Submitted by Jason R. Fink <jrf@diverge.org> in PR 11232.
14 lines
304 B
Makefile
14 lines
304 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2000/12/27 23:15:51 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= newsfetch-1.3
|
|
CATEGORIES= news
|
|
MASTER_SITES= http://www.diverge.org/distfiles/
|
|
|
|
MAINTAINER= jrf@diverge.org
|
|
HOMEPAGE= http://www.diverge.org/jrf/
|
|
|
|
USE_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/newsfetch
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|