1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/math/gmp-ecm/Makefile
Cheng-Lung Sung 0eee8f918c Add gmp-ecm 6.1, elliptic Curve Method for Integer Factorization.
PR:		ports/98391
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2006-06-03 13:57:46 +00:00

23 lines
487 B
Makefile

# New ports collection makefile for: gmp-ecm
# Date created: 2006-06-03
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= gmp-ecm
PORTVERSION= 6.1
CATEGORIES= math
MASTER_SITES= http://gforge.inria.fr/frs/download.php/736/
DISTNAME= ecm-${PORTVERSION}
MAINTAINER= gslin@gslin.org
COMMENT= Elliptic Curve Method for Integer Factorization
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gmp=${LOCALBASE}
.include <bsd.port.mk>