freebsd-ports/math/gmp-ecm/Makefile
Cheng-Lung Sung e50b0c2fe9 - Update to 6.1.2
- Reset maintainership to ports@FreeBSD.org

PR:		ports/109560
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2007-03-01 01:00:47 +00:00

22 lines
490 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.2
CATEGORIES= math
MASTER_SITES= http://gforge.inria.fr/frs/download.php/1498/
DISTNAME= ecm-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Elliptic Curve Method for Integer Factorization
LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gmp=${LOCALBASE}
.include <bsd.port.mk>