Files
haikuports/dev-util/cscope/cscope-15.7a.bep

21 lines
521 B
Plaintext

DESCRIPTION="Cscope is a developer's tool for browsing source code."
HOMEPAGE="http://cscope.sourceforge.net/"
SRC_URI="http://sourceforge.net/projects/cscope/files/cscope/15.7a/cscope-15.7a.tar.bz2/download"
CHECKSUM_MD5="da43987622ace8c36bbf14c15a350ec1"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd cscope-15.7a
autoreconf -fvi
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd cscope-15.7a
make install
}
LICENSE="BSD (3-clause)"
COPYRIGHT="1998-2000 The Santa Cruz Operation"