Files
haikuports/sys-devel/make/make-3.81.bep
2011-03-06 23:15:08 +00:00

24 lines
632 B
Plaintext

DESCRIPTION="Standard tool to compile source trees."
HOMEPAGE="http://www.gnu.org/software/make/"
SRC_URI="http://ftp.gnu.org/pub/gnu/make/make-3.81.tar.bz2"
CHECKSUM_MD5="354853e0b2da90c527e35aabb8d6f1e6"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd make-3.81
libtoolize --force --copy --install
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--disable-nls \
--infodir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/info \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
./build.sh
}
INSTALL {
cd make-3.81
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="1988-2006 Free Software Foundation, Inc."