1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/math/libgmp4/Makefile
Alex Dupre 435656c80d Update to 4.1.3 release:
o Upwardly binary compatible with 4.1.2, 4.1.1, 4.1, 4.0.1, 4.0, and 3.x versions.
 o Bug fix to FFT multiplication code.
 o Bug fix to K6 assembly code for gcd.
 o Bug fix to IA-64 assembly code for population count.
 o Portability improvements, most notably functional AMD64 support.
 o Many minor bug fixes.
 o Make portlint happy.
2004-06-09 22:49:30 +00:00

37 lines
762 B
Makefile

# ex:ts=8
# New ports collection makefile for: libgmp3
# Date created: Jan 11, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libgmp
PORTVERSION= 4.1.3
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gmp
DISTNAME= gmp-${PORTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= A free library for arbitrary precision arithmetic
CONFLICTS= libgmp-2*
USE_REINPLACE= yes
USE_GNOME= lthack
USE_LIBTOOL_VER=13
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CONFIGURE_ARGS= --enable-cxx --enable-mpfr
INSTALLS_SHLIB= yes
INFO= gmp mpfr
post-extract:
@${RM} -f ${WRKSRC}/gmp.info*
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | \
${XARGS} ${REINPLACE_CMD} -e 's|--tag=CC||g'
.include <bsd.port.mk>