aboutsummaryrefslogtreecommitdiff
path: root/editors/bvi/Makefile
blob: 2172af1dbe72ccd9c70eeb48378dd2cdd3b0fdff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	bvi
DISTVERSION=	1.4.2
PORTREVISION=	1
CATEGORIES=	editors
MASTER_SITES=	SF
EXTRACT_SUFX=	.src.tar.gz

MAINTAINER=	naddy@FreeBSD.org
COMMENT=	Vi-like binary file (hex)editor
WWW=		https://bvi.sourceforge.net/

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		ncurses
GNU_CONFIGURE=	yes

.include <bsd.port.mk>