HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #626

Ticket #626: swipl-6.0.2.bep

File swipl-6.0.2.bep, 711 bytes (added by munchausen, 3 years ago)
Line 
1DESCRIPTION="SWI Prolog. Stable and free standard Prolog implementation"
2HOMEPAGE="http://www.swi-prolog.org/"
3SRC_URI="http://www.swi-prolog.org/download/stable/src/pl-6.0.2.tar.gz"
4CHECKSUM_MD5="dcde1c50713317d0f5093dd2dedc1bd0"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="dev-libs/gmp >= 5.0.5
8                sys-libs/readline >= 6.2"
9BUILD {
10                cd pl-6.0.2/src
11                libtoolize -fci
12                autoreconf
13                LDFLAGS=-L/boot/common/lib CFLAGS=-I/boot/common/include ./configure --prefix=$(finddir B_COMMON_DIRECTORY)
14                make
15}
16
17INSTALL {
18                cd pl-6.0.2/src
19                make install
20}
21
22TEST {
23                cd pl-6.0.2/src
24                make check
25}
26
27LICENSE="GNU LGPL v2.1
28                swiprolog"
29COPYRIGHT="Copyright (C): 1985-2010, University of Amsterdam, VU University Amsterdam"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/