2013-09-21 00:31:15 +02:00
|
|
|
# Created by: 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
|
2009-02-13 08:48:03 +01:00
|
|
|
MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ \
|
|
|
|
ftp://ftp.funet.fi/pub/unix/news/trn/
|
1994-10-22 10:28:32 +01:00
|
|
|
|
2010-02-23 19:07:14 +01:00
|
|
|
MAINTAINER= johans@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
|
|
|
|
2012-06-14 23:45:49 +02:00
|
|
|
CONFLICTS_INSTALL=trn-4.[0-9]*
|
|
|
|
|
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
|
|
|
|
2013-09-21 00:31:15 +02:00
|
|
|
NO_STAGE= yes
|
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>
|