freebsd-ports/devel/rinfo/Makefile
Justin M. Seger 89336fea5b Import of redit v1.2
This program gives information about files checked out with RCS.
Only RCS repositories located in "RCS" subdirectories are analyzed.

PR:		ports/6113
Submitted by:	markc@interlock.otcwi.com
1998-12-20 17:58:45 +00:00

18 lines
382 B
Makefile

# New ports collection makefile for: rinfo
# Version required: 1.2
# Date created: 23th March 1998
# Whom: Mark Chapman <markc@ctgi.net>
#
# $Id$
#
DISTNAME= rinfo-1.2
CATEGORIES= devel
MASTER_SITES= ftp://www.ctgi.net/pub/ctgi/
MAINTAINER= markc@ctgi.net
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rinfo ${PREFIX}/bin/rinfo
.include <bsd.port.mk>