1 | # $Id: Portfile 10927 2006-01-28 12:08:07Z lefevre $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name pari |
---|
5 | version 2.2.12 |
---|
6 | categories math |
---|
7 | maintainers mvitocruz@gmail.com |
---|
8 | description PARI/GP computer algebra system |
---|
9 | long_description PARI/GP is a widely used computer algebra system designed \ |
---|
10 | for fast computations in number theory (factorizations, \ |
---|
11 | algebraic number theory, elliptic curves...) |
---|
12 | homepage http://pari.math.u-bordeaux.fr/ |
---|
13 | master_sites ${homepage}/pub/pari/unstable/ |
---|
14 | checksums md5 cd03122b04e6c7d4a198a8c23fe3eaa6 |
---|
15 | distname ${name}-${version}.beta |
---|
16 | depends_build bin:tex:teTeX |
---|
17 | configure.args --mandir=${prefix}/share/man |
---|
18 | configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include C_INCLUDE_PATH=${prefix}/include |
---|
19 | pre-configure { file rename -force ${worksrcpath}/Configure ${worksrcpath}/configure } |
---|