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

@@ -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
}