13 lines
270 B
Makefile
13 lines
270 B
Makefile
# Created by: Chris Costello <chris@FreeBSD.org>
|
|
|
|
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>
|