freebsd-ports/www/wnews/Makefile
Edwin Groothuis 604facfd56 [New port] wnews: a command-line RSS client
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>
2004-08-27 00:23:37 +00:00

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>