freebsd-ports/news/trn4/Makefile

30 lines
751 B
Makefile
Raw Normal View History

1994-10-22 05:28:32 -04:00
# New ports collection makefile for: trn
1998-09-25 12:09:01 -04:00
# Version required: 4.0-test69
1994-10-22 05:28:32 -04:00
# Date created: 21 October 1994
# Whom: smace
#
1998-09-25 12:09:01 -04:00
# $Id: Makefile,v 1.17 1998/06/24 03:38:46 mph Exp $
1994-10-22 05:28:32 -04:00
#
1998-09-25 12:09:01 -04:00
DISTNAME= trn4-test69
PKGNAME= trn-4.0b69
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
1998-05-01 14:41:28 -04:00
NO_LATEST_LINK= yes
NO_PACKAGE= "Too many questions"
IS_INTERACTIVE= yes
1998-05-01 14:41:28 -04:00
MAN1= trn.1 Pnews.1 Rnmail.1
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>