freebsd-ports/devel/rinfo/Makefile

23 lines
505 B
Makefile
Raw Normal View History

# New ports collection makefile for: rinfo
# Date created: 23th March 1998
# Whom: Mark Chapman <markc@ctgi.net>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 07:44:42 +02:00
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
2003-02-21 12:23:04 +01:00
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>