mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
cc6af22566
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>
18 lines
328 B
Makefile
18 lines
328 B
Makefile
# 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>
|