mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 00:30:06 +02:00
24 lines
561 B
Plaintext
24 lines
561 B
Plaintext
DESCRIPTION="Less is a free, open-source file pager."
|
|
HOMEPAGE="http://www.greenwoodsoftware.com/less/"
|
|
SRC_URI="http://www.greenwoodsoftware.com/less/less-436.tar.gz"
|
|
CHECKSUM_MD5="817bf051953ad2dea825a1cdf460caa4"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD()
|
|
{
|
|
cd less-436
|
|
autoreconf -fvi
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-editor=nano \
|
|
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd less-436
|
|
make install DESTDIR="${DESTDIR}"
|
|
}
|
|
LICENSE="GNU GPL v3"
|
|
COPYRIGHT="1984-2009 Mark Nudelman"
|