summaryrefslogtreecommitdiff
path: root/news/trn/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-02-22 16:12:07 +0000
committertv <tv@pkgsrc.org>1999-02-22 16:12:07 +0000
commit0e51f362fa198adc67540e12d0a16347587410b2 (patch)
tree1e3ce94969270c26ca90b634b30ac7272a19f723 /news/trn/Makefile
parent02fb27a2422ccd817c4a09f130b75c4071349966 (diff)
downloadpkgsrc-0e51f362fa198adc67540e12d0a16347587410b2.tar.gz
A package for trn, the threaded version of the classic rn newsreader.
Diffstat (limited to 'news/trn/Makefile')
-rw-r--r--news/trn/Makefile24
1 files changed, 24 insertions, 0 deletions
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"