blob: 7a714e9581d9edb34c4195871c5589d4a163050b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|