aboutsummaryrefslogtreecommitdiffstats
path: root/news/trn/Makefile
blob: 2707f7e6d71ee03d72eb396761914006ef0056b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    trn
# Version required: 3.5
# Date created:     21 October 1994
# Whom:         smace
#
# $id: Makefile,v 1.0 1994/10/21 00:00:00 smace Exp $
#

DISTNAME=   trn-3.5
MASTER_SITES=   ftp://ftp.uu.net/networking/news/readers/trn/
EXTRACT_SUFX=   .tar.gz
DISTFILES=  trn-3.5.tar.gz

IS_INTERACTIVE= yes

pre-configure:
    @echo "===> Running pre-configure target for ${DISTNAME}"
    @sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC}

.include <bsd.port.mk>