summaryrefslogtreecommitdiff
path: root/misc/less/Makefile
blob: c84749883b3a3eb28a08bd72184abaa1cdf3b284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.17 2007/04/25 18:06:51 tnn Exp $
#

DISTNAME=	less-394
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

CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR:Q}

.include "../../mk/bsd.pkg.mk"