makedepend, bump version, remove old bep file (#1337)

This commit is contained in:
Schrijvers Luc
2017-05-14 21:47:38 +02:00
committed by waddlesplash
parent fe7e7f184a
commit 4cf5cffb08
2 changed files with 43 additions and 25 deletions

View File

@@ -1,25 +0,0 @@
DESCRIPTION="create dependencies in makefiles"
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/util/"
SOURCE_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."

View File

@@ -0,0 +1,43 @@
SUMMARY="Create dependencies in makefiles"
DESCRIPTION="create dependencies in makefiles"
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/util/"
COPYRIGHT="1993, 1994, 1998 The Open Group
1992 Network Computing Devices, Inc."
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/util/makedepend-$portVersion.tar.bz2"
CHECKSUM_SHA256="f7a80575f3724ac3d9b19eaeab802892ece7e4b0061dd6425b4b789353e25425"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
makedepend = $portVersion
cmd:makedepend
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
devel:util_macros
devel:xproto
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:gcc
cmd:make
cmd:pkg_config
"
BUILD()
{
runConfigure ./autogen.sh
make $jobArgs
}
INSTALL()
{
make install
}