mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
20 lines
331 B
Makefile
20 lines
331 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
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= newsfish.1
|
|
PLIST_FILES= bin/newsfish
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|