1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/rinfo/Makefile
2000-04-14 05:44:42 +00:00

19 lines
372 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/
MAINTAINER= markc@ctgi.net
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rinfo ${PREFIX}/bin/rinfo
.include <bsd.port.mk>