Files
haikuports/x11-misc/makedepend/makedepend-1.0.6.recipe
waddlesplash 4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00

44 lines
782 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="d558a52e8017d984ee59596a9582c8d699a1962391b632bec3bb6804bf4d501c"
ARCHITECTURES="all"
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
}