2010-09-26 09:40:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/09/26 13:40:11 naddy Exp $
|
2006-11-01 13:41:21 -05:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= library for multiple-precision floating-point computations
|
2006-11-01 13:41:21 -05:00
|
|
|
|
2008-10-27 16:45:54 -04:00
|
|
|
DISTNAME= mpfr-2.3.2
|
|
|
|
SHARED_LIBS += mpfr 0.2 # .2.2
|
2006-11-01 13:41:21 -05:00
|
|
|
CATEGORIES= devel math
|
|
|
|
HOMEPAGE= http://www.mpfr.org/
|
|
|
|
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
|
|
|
|
# (L)GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}${DISTNAME}/
|
|
|
|
DIST_SUBDIR= ${DISTNAME}
|
|
|
|
|
|
|
|
# no interlibrary dependency, though
|
2008-02-14 14:54:16 -05:00
|
|
|
LIB_DEPENDS= gmp:gmp->=4.2.0:devel/gmp
|
2006-11-01 13:41:21 -05:00
|
|
|
|
|
|
|
SEPARATE_BUILD= simple
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--with-gmp=${LOCALBASE}
|
|
|
|
REORDER_DEPENDENCIES=${PORTSDIR}/infrastructure/mk/automake.dep
|
|
|
|
|
2006-11-03 15:16:12 -05:00
|
|
|
# needed on sparc64 at least: the mpfr tests are insufficient without
|
|
|
|
# gmp's internals
|
|
|
|
|
2008-02-14 14:54:16 -05:00
|
|
|
BUILD_DEPENDS= :gmp->=4.2.0:devel/gmp:configure
|
2006-11-03 15:16:12 -05:00
|
|
|
pre-configure:
|
|
|
|
ln -s ${WRKDIR}/devel/gmp/gmp-* ${WRKDIR}/gmp
|
|
|
|
cd ${WRKDIR}/gmp && ${MAKE} fib_table.h mp_bases.h
|
|
|
|
CONFIGURE_ARGS+=--with-gmp-build=${WRKDIR}/gmp
|
|
|
|
|
2006-11-01 13:41:21 -05:00
|
|
|
.include <bsd.port.mk>
|