mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 08:40:06 +02:00
25 lines
535 B
Plaintext
25 lines
535 B
Plaintext
DESCRIPTION="Native makefiles generator"
|
|
HOMEPAGE="http://www.bakefile.org"
|
|
SRC_URI="http://sourceforge.net/projects/bakefile/files/bakefile/0.2.8/bakefile-0.2.8.tar.gz/download"
|
|
CHECKSUM_MD5="874da5c9035514366b7723bc7657c71c"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD()
|
|
{
|
|
cd bakefile-0.2.8
|
|
touch ./ChangeLog
|
|
libtoolize --force --copy --install
|
|
autoreconf -i
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd bakefile-0.2.8
|
|
make install
|
|
}
|
|
LICENSE="MIT"
|
|
COPYRIGHT="2003-2007 (c) Vaclav Slavik"
|