# Created by: smace
# $FreeBSD: news/trn4/Makefile 329591 2013-10-06 15:22:10Z johans $

PORTNAME=	trn
PORTVERSION=	4.0.b77
PKGNAMESUFFIX=	4
CATEGORIES=	news
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}4
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/-test/}

MAINTAINER=	johans@FreeBSD.org
COMMENT=	Version 4.0 of the threaded readnews newsreader

CONFLICTS_INSTALL=trn-3.[0-9]* cnews-* s-news-[0-9]*

MAN1=		trn.1 Pnews.1 Rnmail.1

NO_STAGE=	yes
.include <bsd.port.pre.mk>

post-patch:
	@${REINPLACE_CMD} -e 's/pipe[12]/z&/g' ${WRKSRC}/filter.c

pre-configure:
	@${ECHO_MSG} "===>  Running pre-configure target for ${DISTNAME}"
	@${SED} -e "s:__CC__:${CC}:" -e "s:__CFLAGS__:${CFLAGS}:" \
		-e "s:/PREFIX:${PREFIX}:"  ${SCRIPTDIR}/preconf > \
		${WRKDIR}/preconf.new
.ifdef BATCH
	@${ECHO_CMD} 3 | ${SH} ${WRKDIR}/preconf.new ${PORTSDIR} ${.CURDIR} ${WRKSRC}
.else
	@${SH} ${WRKDIR}/preconf.new ${PORTSDIR} ${.CURDIR} ${WRKSRC}
.endif

.include <bsd.port.post.mk>
