# $Id: Portfile 35367 2008-03-26 08:12:33Z jmr@macports.org $

PortSystem 1.0

name            bvi
version         1.3.2
platforms       darwin
categories      editors
maintainers     kruschwitz.biz:max
description     A vi-like binary file (hex)editor

long_description \
                Bvi is a display oriented (hex)editor for binary \
                files based on those of the vi(1) texteditor.

homepage        http://bvi.sourceforge.net/
master_sites    sourceforge

checksums       md5 4257305ffb27177a6d5208b2df4ca92d \
                sha1 0ff213ebb5cd0993c5d1f7c8d4172aaec709aac1 \
                rmd160 d50aa06d5c978026d363002fee194802b2096cbc

extract.suffix   .src.tar.gz
configure.args   --mandir=${prefix}/share/man

depends_lib      port:ncurses
