Ticket #6887: Portfile

File Portfile, 803 bytes (added by vincent-opdarw@…, 18 years ago)

Portfile for pari 2.2.12

Line 
1# $Id: Portfile 10927 2006-01-28 12:08:07Z lefevre $
2
3PortSystem 1.0
4name            pari
5version         2.2.12
6categories      math
7maintainers     mvitocruz@gmail.com
8description     PARI/GP computer algebra system
9long_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...)
12homepage        http://pari.math.u-bordeaux.fr/
13master_sites    ${homepage}/pub/pari/unstable/
14checksums       md5 cd03122b04e6c7d4a198a8c23fe3eaa6
15distname        ${name}-${version}.beta
16depends_build   bin:tex:teTeX
17configure.args  --mandir=${prefix}/share/man
18configure.env   LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include C_INCLUDE_PATH=${prefix}/include
19pre-configure   { file rename -force ${worksrcpath}/Configure ${worksrcpath}/configure }