a9b4403429
changes since 378: * New -L option to disable LESSOPEN processing. * Further support for large (64 bit) file addressing. Large file * support is now set up by the configure script. * Use autoconf 2.54. Replace configure.in, acconfig.h, * defines.h.top with configure.ac. * Overstriking underscore with underscore is now bold or * underlined depending on context. * Use only 7 spaces for line numbers in -N mode, if possible. * Fix some bugs in handling overstriking in UTF-8 files. * Fix some nroff issues in the man page.
16 lines
395 B
Makefile
16 lines
395 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/02/17 12:54:25 grant Exp $
|
|
#
|
|
|
|
DISTNAME= less-381
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.greenwoodsoftware.com/less/ \
|
|
${MASTER_SITE_GNU:=less/}
|
|
|
|
MAINTAINER= bouyer@netbsd.org
|
|
HOMEPAGE= http://www.greenwoodsoftware.com/less/
|
|
COMMENT= pager similar to more and pg
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK2= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|