mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
25 lines
504 B
Makefile
25 lines
504 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= http://download.sourceforge.net/newsfish/ \
|
|
ftp://ftp.philosophysw.com/pub/software/
|
|
|
|
MAINTAINER= asaddi@philosophysw.com
|
|
COMMENT= Batch USENET news reader with filter capabilities
|
|
|
|
USE_AUTOMAKE_VER= 14
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= newsfish.1
|
|
PLIST_FILES= bin/newsfish
|
|
|
|
.include <bsd.port.mk>
|