1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/news/trn/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

36 lines
1016 B
Makefile

# New ports collection makefile for: trn
# Version required: 3.6
# Date created: 21 October 1994
# Whom: smace
#
# $FreeBSD$
#
DISTNAME= trn-3.6
CATEGORIES= news
MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/
MAINTAINER= smace@FreeBSD.org
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>