1994-10-22 05:28:32 -04:00
|
|
|
# New ports collection makefile for: trn
|
1995-01-03 20:44:22 -05:00
|
|
|
# Version required: 3.6
|
1994-10-22 05:28:32 -04:00
|
|
|
# Date created: 21 October 1994
|
|
|
|
# Whom: smace
|
|
|
|
#
|
|
|
|
# $id: Makefile,v 1.0 1994/10/21 00:00:00 smace Exp $
|
|
|
|
#
|
|
|
|
|
1995-01-03 20:44:22 -05:00
|
|
|
DISTNAME= trn-3.6
|
1995-04-01 07:51:41 -05:00
|
|
|
CATEGORIES+= news
|
1995-04-11 19:29:46 -04:00
|
|
|
MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/
|
1994-10-22 05:28:32 -04:00
|
|
|
|
|
|
|
IS_INTERACTIVE= yes
|
|
|
|
|
1995-09-23 13:28:02 -04:00
|
|
|
RUN_DEPENDS= munpack:${PORTSDIR}/mail/mpack
|
1995-05-06 07:51:57 -04:00
|
|
|
|
1994-10-22 05:28:32 -04:00
|
|
|
pre-configure:
|
|
|
|
@echo "===> Running pre-configure target for ${DISTNAME}"
|
|
|
|
@sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|