diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-01 11:50:21 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-01 11:50:21 +0800 |
commit | c3781ac94fa84655397c998fa79b541f06eda117 (patch) | |
tree | c164867b070e3b7150a9cd3b23ab76a2cd03c096 /misc/rtfm/Makefile | |
parent | 0e06aafee05a872919cdb8f7ad40a946ead424d7 (diff) | |
download | freebsd-ports-gnome-c3781ac94fa84655397c998fa79b541f06eda117.tar.gz freebsd-ports-gnome-c3781ac94fa84655397c998fa79b541f06eda117.tar.zst freebsd-ports-gnome-c3781ac94fa84655397c998fa79b541f06eda117.zip |
Import of rtfm, a utility to search through FreeBSD documentation.
It can currently search the manual pages, the GNU Texinfo pages,
and the FreeBSD FAQ, both online and local.
PR: 12713
Submitted by: Chris Costello <chris@calldei.com>
Diffstat (limited to 'misc/rtfm/Makefile')
-rw-r--r-- | misc/rtfm/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/rtfm/Makefile b/misc/rtfm/Makefile new file mode 100644 index 000000000000..a105297af662 --- /dev/null +++ b/misc/rtfm/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: rtfm +# Version required: 0.1 +# Date created: 20 July 1999 +# Whom: Chris Costello <chris@calldei.com> +# +# $Id$ +# + +DISTNAME= rtfm-0.1 +CATEGORIES= misc +MASTER_SITES= http://www.freebsd.org/~cpiazza/distfiles/ + +MAINTAINER= chris@calldei.com + +MAN1= rtfm.1 + +.include <bsd.port.mk> |