pkgsrc/editors/bvi/Makefile
ben c73e9d2248 Update bvi from 1.3.0 to 1.3.2. Remove from TODO and make note in CHANGES.
Changes include:
* bug and portability fixes
* -c option in bmore (clear before displaying)
* -n num option in bmore (display the indicated number of lines in each
  screenful
* -w num option in bmore (display the indicated number of bytes in each
  line)
* autoconf 2.52
* bmore: nicer last line
2004-03-03 21:30:08 +00:00

21 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.18 2004/03/03 21:30:08 ben Exp $
#
DISTNAME= bvi-1.3.2.src
PKGNAME= bvi-1.3.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bvi/}
MAINTAINER= sakamoto@NetBSD.org
HOMEPAGE= http://bvi.sourceforge.net/
COMMENT= Vi-like editor for binary files
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
MAKE_ENV+= SHELL=${SH}
PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"