diff options
author | tv <tv> | 1999-02-22 16:12:07 +0000 |
---|---|---|
committer | tv <tv> | 1999-02-22 16:12:07 +0000 |
commit | 1e82238b68933401c78ffad8f9c5ebbc34e34b2c (patch) | |
tree | 1e3ce94969270c26ca90b634b30ac7272a19f723 /news/trn/Makefile | |
parent | 3d2057faa43234cd88a0d354ec0daa2aef38d1ca (diff) | |
download | pkgsrc-1e82238b68933401c78ffad8f9c5ebbc34e34b2c.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/Makefile | 24 |
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" |