604facfd56
This tool downloads and displays RSS news feed from the web and displays them in a page-based curses interface or in parseable line-based output. There is support for HTTP gzip decompression, HTTP proxies, key-binding support and resources editing. PR: ports/70820 Submitted by: Samy Al Bahra <samy@kerneled.org>
23 lines
431 B
Makefile
23 lines
431 B
Makefile
# New ports collection makefile for: wnews
|
|
# Date created: July 11, 2004
|
|
# Whom: Samy Al Bahra <samy@kerneled.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wnews
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://samy.kerneled.org/stuff/
|
|
|
|
MAINTAINER= samy@kerneled.org
|
|
COMMENT= An RSS news client for the UNIX console
|
|
|
|
MAN1= wnews.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/wnews
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|