summaryrefslogtreecommitdiff
path: root/editors/bvi/Makefile
blob: 59a77ed5d425898248b9c97493ffebc9705efb40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	bvi
# Version required:			1.2.0
# Date created:				05 November 1999
# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#

DISTNAME=	bvi-1.2.0
CATEGORIES=	editors
MASTER_SITES=	http://bvi.linuxbox.com/download/
EXTRACT_SUFX=	.src.tar.gz

MAINTAINER=	jedgar@fxp.org

GNU_CONFIGURE=	yes

MAN1=		bvi.1
MLINKS=		bvi.1 bview.1

.include <bsd.port.mk>