927d70da06
http://www.ff.iij4u.or.jp/~nrt/lv/relnote.html ver 4.49.4 (Aug.24th,2000) fixed a bug of non-regular file loading (file.c). added option -i to enable casefold search and +i to disable it. added keybind 'w' to 'previous line'. modified input routine to accept DEL as delete key. Thanks John. modified console code to care putchar() as a macro. Thanks Kenji. renamed some variables for clarity. added JIS X 0213-2000 Plane 1,2 as independent charsets of JIS X 0208. I heard that KS C 5601 has changed its name to KS X 1001.
16 lines
438 B
Makefile
16 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.4 2000/11/10 02:28:28 itojun Exp $
|
|
# FreeBSD Id: Makefile,v 1.3 1999/01/08 03:32:06 itojun Exp $
|
|
|
|
DISTNAME= lv4493
|
|
PKGNAME= lv-4.49.4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.ff.iij4u.or.jp/~nrt/freeware/
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.netbsd.org
|
|
HOMEPAGE= http://www.ff.iij4u.or.jp/~nrt/lv/
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_SCRIPT= ../src/configure
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/build
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|