freebsd-ports/devel/rvi/Makefile
Pete Fritchman 9de786e645 Move to the FTP site, the HTTP site doesn't appear to be working.
Submitted by:	fenner's distfile survey
2002-06-08 00:58:49 +00:00

23 lines
435 B
Makefile

# New ports collection makefile for: rvi
# Date Created: 2 July 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= rvi
PORTVERSION= 1.0.0
CATEGORIES= devel
MASTER_SITES= ftp://rucus.rc.ac.za/users/mtsegaye/
DISTNAME= rvi
MAINTAINER= petef@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rvi ${PREFIX}/bin
.include <bsd.port.mk>