diff options
author | hubertf <hubertf> | 2001-01-17 23:35:42 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-01-17 23:35:42 +0000 |
commit | 7a141a023f59cace1ebeac03f20964701b4d3bd4 (patch) | |
tree | f6545d28b7fd7ac177033c8e79df890e4a7b6055 /textproc/rtfm/Makefile | |
parent | 03db413cc415471f511073dbaf039da22bc66af6 (diff) | |
download | pkgsrc-7a141a023f59cace1ebeac03f20964701b4d3bd4.tar.gz |
Add rtfm-1.0:
NetBSD documentation and GNU Texinfo files search mechanism
rtfm(1) is a FreeBSD documentation search program that currently is
able to search the FreeBSD manual pages and the GNU Texinfo pages.
Modified for NetBSD by Tomasz Luchowski <zuntum@eik.pl>
Pkg provided by Tomasz Luchowski <zuntum@eik.pl> in PR 11978
Diffstat (limited to 'textproc/rtfm/Makefile')
-rw-r--r-- | textproc/rtfm/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/rtfm/Makefile b/textproc/rtfm/Makefile new file mode 100644 index 00000000000..ca7b8a6a398 --- /dev/null +++ b/textproc/rtfm/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/01/17 23:35:42 hubertf Exp $ +# FreeBSD Id: ports/misc/rtfm/Makefile,v 1.10 2001/01/16 17:31:43 sobomax Exp + +DISTNAME= rtfm-1.0 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ + ftp://ftp.pl.freebsd.org/pub/FreeBSD/ports/distfiles/ + +MAINTAINER= zuntum@eik.pl + +.include "../../mk/bsd.pkg.mk" |