Initial .bep file for makedepend

This commit is contained in:
Scott McCreary
2010-09-20 19:35:00 +00:00
parent 564baf333a
commit c4e819b9b2

View File

@@ -0,0 +1,23 @@
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."