| 1 | DESCRIPTION="GiNaC is a C++ library. It has been developed to become a replacement engine for xloops which in the past was powered by the Maple CAS." |
|---|
| 2 | HOMEPAGE="http://www.ginac.de/" |
|---|
| 3 | SRC_URI="http://www.ginac.de/ginac-1.6.2.tar.bz2" |
|---|
| 4 | CHECKSUM_MD5="4cfdd286ab0c32981ec1c9c779e87eb9" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | DEPEND="cln >= 1.3.2 pkg-config >= 0.25 autoconf >= 2.68 libtool >= 2.4.2 automake >= 1.11.1 bison >= 2.3 flex >= 2.5.33 readline >= 6.2 doxygen texinfo" |
|---|
| 8 | MESSAGE="This port only builds with gcc4." |
|---|
| 9 | BUILD { |
|---|
| 10 | cd ginac-1.6.2 |
|---|
| 11 | autoreconf -i |
|---|
| 12 | ./configure --prefix=`finddir B_COMMON_DIRECTORY` |
|---|
| 13 | make |
|---|
| 14 | } |
|---|
| 15 | |
|---|
| 16 | INSTALL { |
|---|
| 17 | cd ginac-1.6.2 |
|---|
| 18 | make install |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | LICENSE="GNU GPL v2" |
|---|
| 22 | COPYRIGHT="Johannes Gutenberg University Mainz, Germany 1999-2011" |
|---|