blob: 8ab17be0a4d1ecb8c4f6a75755423009a61040d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.5 2002/10/26 16:01:37 grant 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_BUILDLINK_ONLY= yes
.include "../../mk/bsd.pkg.mk"
|