pkgsrc/misc/less/Makefile
tnn d3b1784ab7 Update to less-475. Changes since 470:
* Fix possible memory corruption
* Disable history feature when compiled with LESSHISTFILE set to "-".
* Fix bug where prompt was sometimes not displayed with +G.

Also contains a fix for CVE-2014-9488 (oob read on malformed UTF-8 data)
2015-04-13 12:33:49 +00:00

19 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.25 2015/04/13 12:33:49 tnn Exp $
DISTNAME= less-475
CATEGORIES= misc
MASTER_SITES= http://www.greenwoodsoftware.com/less/
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://www.greenwoodsoftware.com/less/
COMMENT= Pager similar to more and pg
LICENSE= modified-bsd OR gnu-gpl-v2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
.include "options.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"