8a6a0cf0e3
No changes to the program, merely the use of gmake and autoconf/automake.
22 lines
400 B
Makefile
22 lines
400 B
Makefile
# New ports collection makefile for: newsfish
|
|
# Date created: 17 January 1999
|
|
# Whom: asaddi@philosophysw.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= newsfish
|
|
PORTVERSION= 1.2.5
|
|
CATEGORIES= news
|
|
MASTER_SITES= http://download.sourceforge.net/newsfish/ \
|
|
ftp://ftp.philosophysw.com/pub/software/
|
|
|
|
MAINTAINER= asaddi@philosophysw.com
|
|
|
|
USE_AUTOMAKE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= newsfish.1
|
|
|
|
.include <bsd.port.mk>
|