22 lines
519 B
Makefile
22 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.21 2012/03/03 12:54:19 wiz Exp $
|
|
|
|
DISTNAME= less-444
|
|
PKGREVISION= 1
|
|
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"
|