mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
18 lines
328 B
Makefile
18 lines
328 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|