freebsd-ports/editors/bvi/Makefile
Chris D. Faulhaber 412523c3db Update MASTER_SITES and WWW to reflect bvi's new sourceforge address.
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-01-15 13:50:16 +00:00

25 lines
472 B
Makefile

# New ports collection makefile for: bvi
# Date created: 05 November 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
PORTNAME= bvi
PORTVERSION= 1.3.0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bvi
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= jedgar@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/bvi
MAN1= bvi.1 bmore.1
MLINKS= bvi.1 bview.1 \
bvi.1 bvedit.1
.include <bsd.port.mk>