blob: 3fc07d4e0f115449de9dd5f8919a2f5564122096 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# New ports collection makefile for: trn
# Date created: 21 October 1994
# Whom: smace
#
# $FreeBSD$
#
PORTNAME= trn
PORTVERSION= 3.6
CATEGORIES= news
MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/
MAINTAINER= ports@FreeBSD.org
COMMENT= Threaded Read News newsreader
RUN_DEPENDS= munpack:${PORTSDIR}/converters/mpack
WRKSRC= ${WRKDIR}/trn-3.6
MAN1= trn.1 Pnews.1 Rnmail.1 newsetup.1 newsgroups.1
HAS_CONFIGURE= Yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ENV= PREFIX="${PREFIX}"
CONFIGURE_ARGS= -S
post-install:
.if !defined(BATCH)
@${ECHO} ""
@${ECHO} "############################################################################"
@${ECHO} "# Please edit lines 48 through 69 in ${PREFIX}/bin/Pnews #"
@${ECHO} "# to customize news posting for your site. #"
@${ECHO} "# Remember to set the NNTPSERVER environment variable to your news server. #"
@${ECHO} "############################################################################"
.endif
.include <bsd.port.mk>
|