5b16b01255
* Take maintainer. Approved by: vd
16 lines
275 B
Makefile
16 lines
275 B
Makefile
# 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|