1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/math/gmp-ecm/Makefile
Koop Mast 0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00

38 lines
912 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
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>