16 lines
394 B
Makefile
16 lines
394 B
Makefile
# $NetBSD: Makefile,v 1.6 2002/11/14 23:28:55 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= less-378
|
|
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
|
|
USE_BUILDLINK2= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|