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