Files
haikuports/x11-misc/makedepend/makedepend-1.0.2.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

26 lines
653 B
Plaintext

DESCRIPTION="create dependencies in makefiles"
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/util/"
SRC_URI="http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.2.tar.bz2"
CHECKSUM_MD5="62e58330fe8d1e3e28c7a45779833a48"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/pkgconfig >= 0.9
x11-misc/util-macros >= 1.7.0
x11-proto/xproto >= 7.0.16"
BUILD()
{
cd makedepend-1.0.2
libtoolize --force --copy --install
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd makedepend-1.0.2
make install
}
LICENSE="MIT"
COPYRIGHT="1993, 1994, 1998 The Open Group
1992 Network Computing Devices, Inc."