pkgsrc/editors/bvi/Makefile
ryoon 8b2d9948e4 bvi: Update to 1.4.2
Changelog:
New in release 1.4.2
====================
This release is dedicated to Sven Guckes (*1967-04-06 +2022-02-20).
Sven was an enthusiastic Linux explainer, his particular passion was the console
 tools.
I met Sven a couple of times. He always showed interest in the further developme
nt of
the bvi and liked to discuss new ideas.
R.I.P. Sven

* :wq bug fixed
* Error-message if input no terminal
* Mixed licenses (SF bug #10)
* Segmentation fault occurs on undo (SF bug #11)
* Segmentation fault occurs on substitution in 32-bit systems (SF bug #12)
* ncursesw support
* Handling inputs larger than 2^31 bytes (SF bug #13)
* Some incorrect function prototypes in ANSI mode fixed (SF bug #14)
* Minor fixes
2023-03-10 21:56:18 +00:00

20 lines
528 B
Makefile

# $NetBSD: Makefile,v 1.33 2023/03/10 21:56:18 ryoon Exp $
DISTNAME= bvi-1.4.2.src
PKGNAME= ${DISTNAME:S/.src//}
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bvi/}
MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= http://bvi.sourceforge.net/
COMMENT= Vi-like editor for binary files
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= YES
MAKE_ENV+= SHELL=${SH:Q}
LDFLAGS.NetBSD+= -ltermcap # tgetstr()
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"