blob: 824515f239be61296a309d839b5731c1a5438832 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.13 2001/02/17 18:09:14 wiz Exp $
# FreeBSD Id: Makefile,v 1.2 1997/06/03 21:52:01 asami Exp
#
DISTNAME= most4.8.1
PKGNAME= most-4.8.1
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-*:../../devel/libslang
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-x
WRKSRC= ${WRKDIR}/most
.include "../../mk/bsd.pkg.mk"
|