pkgsrc/misc/less/Makefile

19 lines
443 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2004/08/26 01:33:59 wiz 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
2004-04-11 11:13:00 +02:00
USE_BUILDLINK3= yes
2000-01-05 11:05:25 +01:00
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
2000-01-05 11:05:25 +01:00
.include "../../mk/bsd.pkg.mk"