Files
haikuports/dev-lang/swi_prolog/swi-prolog-6.0.2.recipe
Oliver Tappe 2191f6611f Rename all port folders containing '-' to use '_' instead.
* haikuporter relies on the recipe file sharing the name with the port folder
2013-04-21 18:58:18 +02:00

33 lines
703 B
Plaintext

DESCRIPTION="SWI Prolog. Stable and free standard Prolog implementation"
HOMEPAGE="http://www.swi-prolog.org/"
SRC_URI="http://www.swi-prolog.org/download/stable/src/pl-6.0.2.tar.gz"
CHECKSUM_MD5="dcde1c50713317d0f5093dd2dedc1bd0"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/gmp >= 5.0.5
sys-libs/readline >= 6.2"
BUILD()
{
cd pl-6.0.2/src
libtoolize -fci
autoreconf
LDFLAGS=-L/boot/common/lib CFLAGS=-I/boot/common/include ./configure --prefix=$(finddir B_COMMON_DIRECTORY)
make
}
INSTALL()
{
cd pl-6.0.2/src
make install
}
TEST()
{
cd pl-6.0.2/src
make check
}
LICENSE="GNU LGPL v2.1
SWI-Prolog"
COPYRIGHT="1985-2010, University of Amsterdam, VU University Amsterdam"