freebsd-ports/news/trn/Makefile

37 lines
1 KiB
Makefile
Raw Normal View History

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
#
PORTNAME= trn
PORTVERSION= 3.6
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
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
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_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} "############################################################################"
.endif
1994-10-22 10:28:32 +01:00
.include <bsd.port.mk>