freebsd-ports/devel/rinfo/Makefile
Renato Botelho c678667f06 - Add a MASTER_SITE backup
- Add SHA256 hash

PR:		ports/89803
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-12-05 09:05:43 +00:00

22 lines
505 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/ \
http://www.freebsdbrasil.com.br/~jmelo/
MAINTAINER= ports@FreeBSD.org
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>