summaryrefslogtreecommitdiff
path: root/misc/most/Makefile
blob: 726a26adfc1076a8a5cdc07f3f1898a09d7da06d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.16 2005/03/24 21:12:58 wiz Exp $

DISTNAME=	most-4.9.0
CATEGORIES=	misc
MASTER_SITES=	ftp://space.mit.edu/pub/davis/most/ \
		ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/

MAINTAINER=	rhwang@bigpanda.com
HOMEPAGE=	http://space.mit.edu/~davis/most.html
COMMENT=	Pager (like less) which has support for windows and binary files

DEPENDS+=	libslang-[0-9]*:../../devel/libslang

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-x

.include "../../mk/bsd.pkg.mk"