Ticket #1993: Portfile

File Portfile, 619 bytes (added by sleepinghead@…, 20 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4name            pari
5version         2.1.5
6categories      math
7maintainers     sleepinghead@netzero.net
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}/download/
14checksums       md5 194e9d1cc11926e457028c6a7cba15f0
15extract.suffix  .tgz
16depends_build   bin:tex:teTeX
17configure.args  --mandir=${prefix}/share/man
18configure.env   LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include