aboutsummaryrefslogtreecommitdiffstats
path: root/news/trn4/Makefile
blob: 5e06949e6d3df4f4d9d1af25613f47e1587d7ff9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    trn
# Version required: 4.0-test72
# Date created:     21 October 1994
# Whom:         smace
#
# $Id: Makefile,v 1.19 1999/02/09 17:48:55 mph Exp $
#

DISTNAME=   trn4-test72
PKGNAME=    trn-4.0b72
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>