1994-10-22 05:28:32 -04:00
|
|
|
# New ports collection makefile for: trn
|
1998-06-23 23:38:53 -04:00
|
|
|
# Version required: 4.0-test66
|
1994-10-22 05:28:32 -04:00
|
|
|
# Date created: 21 October 1994
|
|
|
|
# Whom: smace
|
|
|
|
#
|
1998-06-23 23:38:53 -04:00
|
|
|
# $Id: Makefile,v 1.16 1998/05/01 23:53:41 mph Exp $
|
1994-10-22 05:28:32 -04:00
|
|
|
#
|
|
|
|
|
1998-06-23 23:38:53 -04:00
|
|
|
DISTNAME= trn4-test66
|
|
|
|
PKGNAME= trn-4.0b66
|
1996-11-18 06:44:27 -05:00
|
|
|
CATEGORIES= news
|
1998-05-01 14:41:28 -04:00
|
|
|
MASTER_SITES= ftp://ftp.clari.net/private/trn/ \
|
|
|
|
ftp://ftp.uu.net/private/trn/
|
1994-10-22 05:28:32 -04:00
|
|
|
|
1998-05-01 14:41:28 -04:00
|
|
|
MAINTAINER= mph@freebsd.org
|
1995-05-06 07:51:57 -04:00
|
|
|
|
1998-05-01 14:41:28 -04:00
|
|
|
NO_LATEST_LINK= yes
|
1996-12-07 20:45:16 -05:00
|
|
|
NO_PACKAGE= "Too many questions"
|
1996-11-18 09:17:24 -05:00
|
|
|
IS_INTERACTIVE= yes
|
1998-05-01 14:41:28 -04:00
|
|
|
MAN1= trn.1 Pnews.1 Rnmail.1
|
1996-11-18 09:17:24 -05:00
|
|
|
|
1994-10-22 05:28:32 -04:00
|
|
|
pre-configure:
|
1998-05-01 14:41:28 -04:00
|
|
|
@echo "===> Running pre-configure target for ${DISTNAME}"
|
|
|
|
@${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 05:28:32 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|