Files
haikuports/sys-devel/automake/automake-1.11.1.bep
Ingo Weinhold 51ecc7d46f Update beps WRT *DEPENDS/*REQUIRES changes
Also add/remove some dependencies that seemed missing/superfluous.
2013-03-26 19:09:54 +00:00

43 lines
1.1 KiB
Plaintext

SUMMARY="A tool for generating 'Makefile.in' from 'Makefile.am'"
DESCRIPTION="Automake is a tool for automatically generating 'Makefile.in' files
from 'Makefile.am' files. 'Makefile.am' is a series of 'make' macro
definitions (with rules occasionally thrown in). The generated
'Makefile.in' files are compatible with the GNU Makefile standards."
HOMEPAGE="http://www.gnu.org/software/automake/"
SRC_URI="http://ftp.gnu.org/gnu/automake/automake-1.11.1.tar.gz"
CHECKSUM_MD5="4ee7f0ff5f0e467d58b6bd5da96b1c74"
REVISION="2"
STATUS_HAIKU="stable"
PROVIDES="cmd:automake = $portVersion compat >= 1.11
cmd:automake-1.11 = $portVersion compat >= 1.11
cmd:aclocal = $portVersion compat >= 1.11
cmd:aclocal-1.11 = $portVersion compat >= 1.11"
REQUIRES="haiku >= $haikuVersion
awk
coreutils
diffutils
m4 >= 1.4
perl >= 5
sh"
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
make"
SOURCE_DIR="$portVersionedName"
BUILD {
PERL="/bin/env perl" ./configure $configureDirArgs
make -j$jobs
}
INSTALL {
make install
}
TEST {
make check
}
LICENSE="GNU GPL v2"
COPYRIGHT="2009 Free Software Foundation, Inc."