File: editors/less/Makefile
base-0 patch-1
Line 7Line 7
DESCRIPTION = less pager (less is more)
define BLURB
DESCRIPTION = less pager (less is more)
define BLURB
#XXX: nwall package blurb goes here.
Less is a pager. A pager is a program that displays text files. Other
pagers commonly in use are more and pg. Pagers are often used in
command-line environments like the Unix shell and the MS-DOS command
prompt to display files. Windowed environments like the Windows and
Macintosh desktops don't need pagers as much, since they have other
methods for viewing files.

Less is not an editor. You can't change the contents of the file
you're viewing. Less is not a windowing system. It doesn't have fancy
scroll bars or other GUI (graphical user interface) elements. It was
designed to work on simple text-only terminals.
endef

endef

LIBDEPS = lib/ncurses
LIBDEPS = devel/glibc lib/ncurses
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile