19 lines
314 B
Makefile
19 lines
314 B
Makefile
# 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
|
|
|
|
MAN1= rtfm.1
|
|
|
|
.include <bsd.port.mk>
|