blob: a9b86d3380b4c09f2487816d2cad8def95bced4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Chris D. Faulhaber <jedgar@fxp.org>
# $FreeBSD$
PORTNAME= bvi
PORTVERSION= 1.4.0
CATEGORIES= editors
MASTER_SITES= SF
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= naddy@FreeBSD.org
COMMENT= Vi-like binary file (hex)editor
USES= ncurses
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|