pkgsrc/misc/less/Makefile

20 lines
458 B
Makefile
Raw Normal View History

2004-04-11 11:13:00 +02:00
# $NetBSD: Makefile,v 1.11 2004/04/11 09:19:36 snj Exp $
2000-01-05 11:05:25 +01:00
#
DISTNAME= less-381
PKGREVISION= 1
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"