mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Initial .bep file for makedepend
This commit is contained in:
23
x11-misc/makedepend/makedepend-1.0.2.bep
Normal file
23
x11-misc/makedepend/makedepend-1.0.2.bep
Normal 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."
|
||||
Reference in New Issue
Block a user