freebsd-ports/devel/rinfo/Makefile
2004-02-06 13:12:53 +00:00

21 lines
458 B
Makefile

# New ports collection makefile for: rinfo
# Date created: 23th March 1998
# Whom: Mark Chapman <markc@ctgi.net>
#
# $FreeBSD$
#
PORTNAME= rinfo
PORTVERSION= 1.2
CATEGORIES= devel
MASTER_SITES= ftp://www.ctgi.net/pub/ctgi/
MAINTAINER= markc@ctgi.net
COMMENT= List status of files checked out of RCS repositories
PLIST_FILES= bin/rinfo
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rinfo ${PREFIX}/bin/rinfo
.include <bsd.port.mk>