diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-01 18:41:28 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-01 18:41:28 +0000 |
commit | 930dcabd509c98e9efac40af009e53abd7ce9081 (patch) | |
tree | aed5274942a46a642693ca92216847c2c4a66bd1 /news/trn4/Makefile | |
parent | 3eeae9ced99cc7346995691d67eb83af5571a447 (diff) |
Notes
Diffstat (limited to 'news/trn4/Makefile')
-rw-r--r-- | news/trn4/Makefile | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/news/trn4/Makefile b/news/trn4/Makefile index 939948aca412..48334e2c6257 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -1,24 +1,29 @@ # New ports collection makefile for: trn -# Version required: 3.6 +# Version required: 4.0-test64 # Date created: 21 October 1994 # Whom: smace # -# $Id: Makefile,v 1.13 1997/04/27 00:24:32 asami Exp $ +# $Id: Makefile,v 1.14 1998/05/01 07:52:00 asami Exp $ # -DISTNAME= trn-3.6 +DISTNAME= trn4-test64 +PKGNAME= trn-4.0b64 CATEGORIES= news -MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ +MASTER_SITES= ftp://ftp.clari.net/private/trn/ \ + ftp://ftp.uu.net/private/trn/ -RUN_DEPENDS= munpack:${PORTSDIR}/converters/mpack +MAINTAINER= mph@freebsd.org -BROKEN= awaiting upgrade to trn4 after repository copy +NO_LATEST_LINK= yes NO_PACKAGE= "Too many questions" IS_INTERACTIVE= yes -MAN1= trn.1 Pnews.1 Rnmail.1 newsetup.1 newsgroups.1 +MAN1= trn.1 Pnews.1 Rnmail.1 pre-configure: - @echo "===> Running pre-configure target for ${DISTNAME}" - @sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC} + @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} .include <bsd.port.mk> |