1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/math/gmp-ecm/Makefile
Frederic Culot 02a06c807c Update my MAINTAINER address to culot@FreeBSD.org.
Approved by:	sahil@ (mentor)
2010-10-20 05:53:20 +00:00

39 lines
935 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.3
CATEGORIES= math
MASTER_SITES= https://gforge.inria.fr/frs/download.php/26838/
DISTNAME= ecm-${PORTVERSION}
MAINTAINER= culot@FreeBSD.org
COMMENT= Elliptic Curve Method for Integer Factorization
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ac_cv_prog_XSLTPROC=no \
--with-gmp=${LOCALBASE}
MAN1= ecm.1
PLIST_FILES= bin/ecm include/ecm.h lib/libecm.a lib/libecm.la
post-patch:
@${REINPLACE_CMD} s/__GMP_BITS_PER_MP_LIMB/GMP_NUMB_BITS/g \
${WRKSRC}/*.c ${WRKSRC}/*.h
@${REINPLACE_CMD} s/GMP_BITS_PER_LIMB/GMP_NUMB_BITS/g \
${WRKSRC}/*.c ${WRKSRC}/*.h
@${REINPLACE_CMD} s/mp_bits_per_limb/GMP_NUMB_BITS/g \
${WRKSRC}/*.c ${WRKSRC}/*.h
.include <bsd.port.mk>