From 0e51f362fa198adc67540e12d0a16347587410b2 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 22 Feb 1999 16:12:07 +0000 Subject: A package for trn, the threaded version of the classic rn newsreader. --- news/trn/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 news/trn/Makefile (limited to 'news/trn/Makefile') diff --git a/news/trn/Makefile b/news/trn/Makefile new file mode 100644 index 00000000000..62c354baa47 --- /dev/null +++ b/news/trn/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/02/22 16:12:07 tv Exp $ +# + +DISTNAME= trn-3.6 +CATEGORIES= news +MASTER_SITES= ftp://ftp.wustl.edu/packages/news/readers/trn/ + +MAINTAINER= packages@netbsd.org + +DEPENDS= nntpclnt-1.6.1:../../news/nntpclnt + +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= Configure +CONFIGURE_ENV= PREFIX=${PREFIX} +CONFIGURE_ARGS= -S + +pre-configure: + @${CP} ${FILESDIR}/config.sh ${WRKSRC} + +post-install: + @${LN} -sf trn ${PREFIX}/bin/rn + @${LN} -sf trn.1 ${PREFIX}/man/man1/rn.1 + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3