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