mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
40d889badc
Approved by: flz (mentor)
24 lines
495 B
Makefile
24 lines
495 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= ftp://ftp.saddi.com/pub/software/
|
|
|
|
MAINTAINER= laszlof@FreeBSD.org
|
|
COMMENT= Batch USENET news reader with filter capabilities
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN1= newsfish.1
|
|
PLIST_FILES= bin/newsfish
|
|
|
|
.include <bsd.port.mk>
|