aboutsummaryrefslogtreecommitdiff
path: root/misc/rtfm/Makefile
blob: 03d384718cfb90c1442dccad765c2b65eb84c980 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	rtfm
# Date created:		20 July 1999
# Whom:			Chris Costello <chris@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	rtfm
PORTVERSION=	1.0
CATEGORIES=	misc
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	chris

MAINTAINER=	chris@FreeBSD.org
COMMENT=	A FreeBSD documentation search mechanism

MAN1=		rtfm.1
PLIST_FILES=	bin/rtfm

.include <bsd.port.mk>