mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
e9dd6a9b6b
Although the new mastersite is proably owned by the old maintainer, there is a note on the page saying that the software is abandonware and if someone wants to pick it up they are welcome to do so. Source: distfile survey
25 lines
467 B
Makefile
25 lines
467 B
Makefile
# New ports collection makefile for: newsfish
|
|
# Date created: 17 January 1999
|
|
# Whom: asaddi@philosophysw.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= newsfish
|
|
PORTVERSION= 1.2.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= news
|
|
MASTER_SITES= ftp://ftp.saddi.com/pub/software/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Batch USENET news reader with filter capabilities
|
|
|
|
USE_AUTOMAKE_VER= 14
|
|
USE_AUTOCONF_VER= 213
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= newsfish.1
|
|
PLIST_FILES= bin/newsfish
|
|
|
|
.include <bsd.port.mk>
|