mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
14 lines
270 B
Makefile
14 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>
|