# $Id: Portfile,v 1.5 2006/03/23 20:55:05 markd Exp $

PortSystem 1.0
name	    	less
version	    	394
categories  	textproc
maintainers 	mike.mclean@pobox.com
description    	Less is a program similar to more, which allows backward movement.
long_description    	Less is a program similar to more, but which allows backward \
			movement in the file as well as forward movement. Also, less does \
			as well as forward movement. Also, less does not have to read the \
			entire input file before starting, so with large input files it starts \
			up faster than text editors like vi. Less uses termcap (or terminfo \
			on some systems), so it can run on a variety of terminals. There is \
			even limited support for hardcopy terminals.
homepage	http://www.greenwoodsoftware.com/less/index.html
platforms	darwin
master_sites	http://www.greenwoodsoftware.com/less/ \
		gnu
checksums	md5 a9f072ccefa0d315b325f3e9cdbd4b97
destroot.destdir	prefix=${destroot}${prefix}
