pkgsrc/misc/less/Makefile

18 lines
427 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2005/12/05 23:55:12 rillig Exp $
2000-01-05 11:05:25 +01:00
#
DISTNAME= less-382
2000-01-05 11:05:25 +01:00
CATEGORIES= misc
MASTER_SITES= http://www.greenwoodsoftware.com/less/ \
${MASTER_SITE_GNU:=less/}
2000-01-05 11:05:25 +01:00
2003-07-17 23:41:05 +02:00
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://www.greenwoodsoftware.com/less/
COMMENT= Pager similar to more and pg
2000-01-05 11:05:25 +01:00
GNU_CONFIGURE= yes
2000-01-05 11:05:25 +01:00
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
2000-01-05 11:05:25 +01:00
.include "../../mk/bsd.pkg.mk"