# $Id: Portfile,v 1.5 2006/01/29 02:58:50 gwright Exp $ PortSystem 1.0 name pari version 2.2.12 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 cd03122b04e6c7d4a198a8c23fe3eaa6 distname ${name}-${version}.beta depends_build bin:tex:teTeX configure.args --mandir=${prefix}/share/man configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include C_INCLUDE_PATH=${prefix}/include pre-configure { file rename -force ${worksrcpath}/Configure ${worksrcpath}/configure }