pkgsrc/misc/less/Makefile
tron fc03537cdd Update "less" package to version 444.
The list of changes between our outdated version 418 and 444 is too long
to list here. You can find all the release notes here:

http://www.greenwoodsoftware.com/less/old.html
2011-07-08 10:42:53 +00:00

21 lines
505 B
Makefile

# $NetBSD: Makefile,v 1.20 2011/07/08 10:42:53 tron Exp $
DISTNAME= less-444
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
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
.include "options.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"