Files
haikuports/x11-misc/makedepend/makedepend-1.0.5.recipe
2017-05-14 15:47:38 -04:00

44 lines
798 B
Bash

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
}