mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
19 lines
324 B
Makefile
19 lines
324 B
Makefile
# Created by: asaddi@philosophysw.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= newsfish
|
|
PORTVERSION= 1.2.6
|
|
CATEGORIES= news
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Batch USENET news reader with filter capabilities
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/newsfish \
|
|
man/man1/newsfish.1.gz
|
|
|
|
.include <bsd.port.mk>
|