1994-10-22 09:28:32 +00:00
|
|
|
# New ports collection makefile for: trn
|
|
|
|
# Date created: 21 October 1994
|
|
|
|
# Whom: smace
|
|
|
|
#
|
1999-08-30 14:33:04 +00:00
|
|
|
# $FreeBSD$
|
1994-10-22 09:28:32 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 17:33:32 +00:00
|
|
|
PORTNAME= trn
|
|
|
|
PORTVERSION= 4.0.b72
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= news
|
1998-05-01 18:41:28 +00:00
|
|
|
MASTER_SITES= ftp://ftp.clari.net/private/trn/ \
|
|
|
|
ftp://ftp.uu.net/private/trn/
|
2000-04-09 17:33:32 +00:00
|
|
|
DISTNAME= trn4-test72
|
1994-10-22 09:28:32 +00:00
|
|
|
|
1998-05-01 18:41:28 +00:00
|
|
|
MAINTAINER= mph@freebsd.org
|
1995-05-06 11:51:57 +00:00
|
|
|
|
1998-05-01 18:41:28 +00:00
|
|
|
NO_LATEST_LINK= yes
|
1996-12-08 01:45:16 +00:00
|
|
|
NO_PACKAGE= "Too many questions"
|
1996-11-18 14:17:24 +00:00
|
|
|
IS_INTERACTIVE= yes
|
1998-05-01 18:41:28 +00:00
|
|
|
MAN1= trn.1 Pnews.1 Rnmail.1
|
1996-11-18 14:17:24 +00:00
|
|
|
|
1994-10-22 09:28:32 +00:00
|
|
|
pre-configure:
|
1999-08-27 22:30:39 +00:00
|
|
|
@${ECHO_MSG} "===> Running pre-configure target for ${DISTNAME}"
|
1998-05-01 18:41:28 +00:00
|
|
|
@${SED} -e "s:__CC__:$(CC):" -e "s:__CFLAGS__:$(CFLAGS):" \
|
|
|
|
-e "s:/PREFIX:$(PREFIX):" ${SCRIPTDIR}/preconf > \
|
|
|
|
${WRKDIR}/preconf.new
|
|
|
|
@sh ${WRKDIR}/preconf.new ${PORTSDIR} ${.CURDIR} ${WRKSRC}
|
1994-10-22 09:28:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|