mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1228d352ee
MASTER_SITE_LOCAL site.
19 lines
325 B
Makefile
19 lines
325 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>
|