ab0f1f147c
Changes: 563 --- - Update Unicode tables. - Treat Hangul Jamo medial vowels and final consonants as zero width. - Display error message immediately when -o is toggled and input is not a pipe. - Fix regression: make screen repaint when "squished" and a no-movement command is given. - Fix erroneous EOF calculation when F command is interrupted. - Make WIN32C version include this fix from 551: Don't count lines in initial screen if using -X with -F. - Fix display bug in WIN32C version. - Fix memory corruption when built with libtermcap. - Fix crash on some systems due to realpath incompatibility. - Support libtinfow.
19 lines
468 B
Makefile
19 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.29 2021/01/06 14:29:30 leot Exp $
|
|
|
|
DISTNAME= less-563
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.greenwoodsoftware.com/less/
|
|
|
|
MAINTAINER= leot@NetBSD.org
|
|
HOMEPAGE= http://www.greenwoodsoftware.com/less/
|
|
COMMENT= Pager similar to more and pg
|
|
LICENSE= 2-clause-bsd OR gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/termcap.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|