blob: d4abe2230a29ae0c8a47c96ac8001e09687db925 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: trn
# Version required: 3.6
# Date created: 21 October 1994
# Whom: smace
#
# $Id$
#
DISTNAME= trn-3.6
CATEGORIES= news
MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/
IS_INTERACTIVE= yes
RUN_DEPENDS= munpack:${PORTSDIR}/mail/mpack
pre-configure:
@echo "===> Running pre-configure target for ${DISTNAME}"
@sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC}
.include <bsd.port.mk>
|