Files
haikuports/sys-devel/m4/m4-1.4.16.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

39 lines
731 B
Plaintext

SUMMARY="m4 - GNU macro processor"
DESCRIPTION="m4 - GNU macro processor."
HOMEPAGE="http://www.gnu.org/software/m4/"
SRC_URI="http://ftp.gnu.org/gnu/m4/m4-1.4.16.tar.gz"
CHECKSUM_MD5="a5dfb4f2b7370e9d34293d23fd09b280"
REVISION="2"
STATUS_HAIKU="stable"
PROVIDES="m4 = $portVersion compat >= 1.4
cmd:m4 = $portVersion compat >= 1.4"
REQUIRES="haiku >= $haikuVersion"
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
cmd:gcc
cmd:ld
cmd:make"
SOURCE_DIR="$portVersionedName"
BUILD()
{
./configure $configureDirArgs \
--disable-rpath --with-gnu-ld \
--enable-changeword
make -j$jobs
}
INSTALL()
{
make install
}
TEST()
{
make check
}
LICENSE="GNU GPL v3"
COPYRIGHT="2000, 2005-2011 Free Software Foundation, Inc."