1994-10-22 10:28:32 +01:00
|
|
|
# New ports collection makefile for: trn
|
|
|
|
# Date created: 21 October 1994
|
|
|
|
# Whom: smace
|
|
|
|
#
|
1999-08-30 16:33:04 +02:00
|
|
|
# $FreeBSD$
|
1994-10-22 10:28:32 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:33:32 +02:00
|
|
|
PORTNAME= trn
|
2001-05-27 08:41:11 +02:00
|
|
|
PORTVERSION= 4.0.b76
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= news
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2001-05-27 08:41:11 +02:00
|
|
|
DISTNAME= trn-4.0-test76
|
1994-10-22 10:28:32 +01:00
|
|
|
|
1998-05-01 20:41:28 +02:00
|
|
|
MAINTAINER= mph@freebsd.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Version 4.0 of the threaded readnews newsreader
|
1995-05-06 13:51:57 +02:00
|
|
|
|
1998-05-01 20:41:28 +02:00
|
|
|
NO_LATEST_LINK= yes
|
1996-11-18 15:17:24 +01:00
|
|
|
IS_INTERACTIVE= yes
|
1998-05-01 20:41:28 +02:00
|
|
|
MAN1= trn.1 Pnews.1 Rnmail.1
|
1996-11-18 15:17:24 +01:00
|
|
|
|
2003-07-31 00:58:42 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1994-10-22 10:28:32 +01:00
|
|
|
pre-configure:
|
1999-08-28 00:30:39 +02:00
|
|
|
@${ECHO_MSG} "===> Running pre-configure target for ${DISTNAME}"
|
1998-05-01 20:41:28 +02: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 10:28:32 +01:00
|
|
|
|
2003-07-31 00:58:42 +02:00
|
|
|
.include <bsd.port.post.mk>
|