openbsd-ports/misc/most/Makefile
brad 8b1c6bd28e add most port; From: William Yodlowsky <unix@resentment.org>
--
most is a paging program that displays, one windowful at a
time,  the  contents  of  a file on a terminal.  It pauses
after each windowful and prints on the window status  line
the  screen  the  file  name, current line number, and the
percentage of the file so far displayed.

Unlike other paging programs, most is capable of  display-
ing  an arbitrary number of windows as long as each window
occupies at least two screen lines.  Each window may  con-
tain the same file or a different file.  In addition, each
window has its own mode.  For example, one window may dis-
play  a  file  with its lines wrapped while another may be
truncating the lines...
2000-09-22 22:05:35 +00:00

23 lines
501 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2000/09/22 22:05:35 brad Exp $
DISTNAME= most-4.9.0
CATEGORIES= misc
NEED_VERSION= 1.330
MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \
http://www.resentment.org/~unix/
LIB_DEPENDS= slang.14::devel/libslang
MAINTAINER= unix@resentment.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE_FLAGS= DESTDIR="${WRKINST}" DOC_DIR='$$(prefix)/share/doc/most'
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>