mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
23 lines
396 B
Makefile
23 lines
396 B
Makefile
# New ports collection makefile for: newsfish
|
|
# Date created: 17 January 1999
|
|
# Whom: 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
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= newsfish.1
|
|
PLIST_FILES= bin/newsfish
|
|
|
|
.include <bsd.port.mk>
|