405cc95eea
Changes: - can edit block special files - can read/edit/write parts of files - +cmd now works on command line - :e# bug fixed and a buffer overflow fixed - bmore program added to package
19 lines
463 B
Makefile
19 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.9 2001/10/24 07:05:37 cjs Exp $
|
|
#
|
|
|
|
DISTNAME= bvi-1.3.0.src
|
|
PKGNAME= bvi-1.3.0
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://prdownloads.sourceforge.net/bvi/
|
|
|
|
MAINTAINER= sakamoto@netbsd.org
|
|
HOMEPAGE= http://bvi.sourceforge.net/
|
|
COMMENT= Vi-like editor for binary files
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
GNU_CONFIGURE= YES
|
|
MAKE_ENV+= SHELL=${SH}
|
|
|
|
.include "../../devel/ncurses/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|