# $Id: Portfile,v 1.3 2005/02/27 11:46:29 cjr Exp $ PortSystem 1.0 name pari version 2.2.9 categories math maintainers mvitocruz@gmail.com description PARI/GP computer algebra system long_description PARI/GP is a widely used computer algebra system designed \ for fast computations in number theory (factorizations, \ algebraic number theory, elliptic curves...) homepage http://pari.math.u-bordeaux.fr/ master_sites ${homepage}/pub/pari/unstable/ checksums md5 3c1e34ee8c48f01b8cac3fb79eff22c3 distname ${name}-${version}.alpha depends_build bin:tex:teTeX configure.args --mandir=${prefix}/share/man configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include pre-configure { file rename -force ${worksrcpath}/Configure ${worksrcpath}/configure }