1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/news/trn/Makefile
Johan van Selst 8c560ec4ed - Register conflicts for trn
- Pet portlint while here

Submitted by:	Sulev-Madis 'ketas' Silber <madis555@hot.ee>
2012-06-14 21:45:49 +00:00

40 lines
1.1 KiB
Makefile

# 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/ \
ftp://ftp.funet.fi/pub/unix/news/trn/
MAINTAINER= johans@FreeBSD.org
COMMENT= Threaded Read News newsreader
RUN_DEPENDS= munpack:${PORTSDIR}/converters/mpack
CONFLICTS_INSTALL=trn-4.[0-9]*
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
.include <bsd.port.mk>