aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rinfo/Makefile
blob: 363172fe707fd52119b5d1ab4c581cb8ff6e5563 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>