15 lines
367 B
Makefile
15 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.4 2003/03/29 12:42:08 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= newsfetch-1.3
|
|
WRKSRC= ${WRKDIR}/newsfetch
|
|
CATEGORIES= news
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= jrf@diverge.org
|
|
HOMEPAGE= # doesn't work anymore - http://www.diverge.org/jrf/
|
|
COMMENT= Downloads newsgroup messages in mail file format
|
|
|
|
USE_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|