# $Id: Portfile,v 1.1 2006/02/14 20:22:06 olegb Exp $

PortSystem 1.0
name		gmp-ecm
version		6.0.1
categories	math
maintainers	vincent-opdarw@vinc17.org
description	Factor integers using the Elliptic Curve Method
long_description Free implementation of the Elliptic Curve Method (ECM) for \
		integer factorization.
homepage	http://gforge.inria.fr/projects/ecm/
master_sites	http://gforge.inria.fr/frs/download.php/204/
depends_lib	port:gmp
worksrcdir	ecm-${version}
checksums	md5 15768cc1b140ad90494531597db0eb8e
configure.env   LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
configure.args	--mandir=${prefix}/share/man
