Ticket #7236: Portfile

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

Portfile for gmp-ecm 6.0.1

Line 
1# $Id: Portfile 11120 2006-02-13 21:00:30Z lefevre $
2
3PortSystem 1.0
4name            gmp-ecm
5version         6.0.1
6categories      math
7maintainers     vincent-opdarw@vinc17.org
8description     Factor integers using the Elliptic Curve Method
9long_description Free implementation of the Elliptic Curve Method (ECM) for \
10                integer factorization.
11homepage        http://gforge.inria.fr/projects/ecm/
12master_sites    http://gforge.inria.fr/frs/download.php/204/
13depends_lib     port:gmp
14worksrcdir      ecm-${version}
15checksums       md5 15768cc1b140ad90494531597db0eb8e
16configure.env   LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include