mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
8174d062cf
I forgot to commit it. Reminded by: Bill Fenner's distfile report
30 lines
751 B
Makefile
30 lines
751 B
Makefile
# New ports collection makefile for: trn
|
|
# Version required: 4.0-test66
|
|
# Date created: 21 October 1994
|
|
# Whom: smace
|
|
#
|
|
# $Id: Makefile,v 1.16 1998/05/01 23:53:41 mph Exp $
|
|
#
|
|
|
|
DISTNAME= trn4-test66
|
|
PKGNAME= trn-4.0b66
|
|
CATEGORIES= news
|
|
MASTER_SITES= ftp://ftp.clari.net/private/trn/ \
|
|
ftp://ftp.uu.net/private/trn/
|
|
|
|
MAINTAINER= mph@freebsd.org
|
|
|
|
NO_LATEST_LINK= yes
|
|
NO_PACKAGE= "Too many questions"
|
|
IS_INTERACTIVE= yes
|
|
MAN1= trn.1 Pnews.1 Rnmail.1
|
|
|
|
pre-configure:
|
|
@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>
|