pkgsrc/misc/most/Makefile

20 lines
548 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2001/09/27 23:18:25 jlam Exp $
# FreeBSD Id: Makefile,v 1.2 1997/06/03 21:52:01 asami Exp
1997-10-11 23:53:59 +02:00
#
DISTNAME= most-4.9.0
CATEGORIES= misc
1997-10-11 23:53:59 +02:00
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
1997-10-11 23:53:59 +02:00
DEPENDS+= libslang-[0-9]*:../../devel/libslang
1997-10-11 23:53:59 +02:00
GNU_CONFIGURE= yes
1998-07-15 16:16:21 +02:00
CONFIGURE_ARGS= --without-x
1997-10-11 23:53:59 +02:00
.include "../../mk/bsd.pkg.mk"