forked from Lainports/opnsense-ports
14 lines
282 B
Makefile
14 lines
282 B
Makefile
# Created by: Chris Costello <chris@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rtfm
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= LOCAL/chris
|
|
|
|
MAINTAINER= chris@FreeBSD.org
|
|
COMMENT= FreeBSD documentation search mechanism
|
|
|
|
PLIST_FILES= bin/rtfm man/man1/rtfm.1.gz
|
|
|
|
.include <bsd.port.mk>
|