1994-10-22 10:28:32 +01:00
|
|
|
# New ports collection makefile for: trn
|
|
|
|
# Date created: 21 October 1994
|
|
|
|
# Whom: smace
|
|
|
|
#
|
1999-08-30 16:33:04 +02:00
|
|
|
# $FreeBSD$
|
1994-10-22 10:28:32 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:33:32 +02:00
|
|
|
PORTNAME= trn
|
2000-04-21 09:52:25 +02:00
|
|
|
PORTVERSION= 3.6
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= news
|
1995-04-12 01:29:46 +02:00
|
|
|
MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/
|
1994-10-22 10:28:32 +01:00
|
|
|
|
2001-01-27 06:28:29 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Threaded Read News newsreader
|
1998-06-04 18:12:39 +02:00
|
|
|
|
2000-04-21 09:52:25 +02:00
|
|
|
RUN_DEPENDS= munpack:${PORTSDIR}/converters/mpack
|
1995-05-06 13:51:57 +02:00
|
|
|
|
2000-04-21 09:52:25 +02:00
|
|
|
WRKSRC= ${WRKDIR}/trn-3.6
|
1996-11-18 15:17:24 +01:00
|
|
|
MAN1= trn.1 Pnews.1 Rnmail.1 newsetup.1 newsgroups.1
|
|
|
|
|
1998-06-04 18:12:39 +02:00
|
|
|
HAS_CONFIGURE= Yes
|
|
|
|
CONFIGURE_SCRIPT= Configure
|
2000-04-21 09:52:25 +02:00
|
|
|
CONFIGURE_ENV= PREFIX="${PREFIX}"
|
|
|
|
CONFIGURE_ARGS= -S
|
1998-06-04 18:12:39 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(BATCH)
|
2003-09-27 03:01:08 +02:00
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} "############################################################################"
|
|
|
|
@${ECHO_MSG} "# Please edit lines 48 through 69 in ${PREFIX}/bin/Pnews #"
|
|
|
|
@${ECHO_MSG} "# to customize news posting for your site. #"
|
|
|
|
@${ECHO_MSG} "# Remember to set the NNTPSERVER environment variable to your news server. #"
|
|
|
|
@${ECHO_MSG} "############################################################################"
|
1998-06-04 18:12:39 +02:00
|
|
|
.endif
|
1994-10-22 10:28:32 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|