diff options
Diffstat (limited to 'math/qd/Makefile')
-rw-r--r-- | math/qd/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/math/qd/Makefile b/math/qd/Makefile new file mode 100644 index 000000000000..bd351fd53ecd --- /dev/null +++ b/math/qd/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: qd +# Date created: 2007/03/28 +# Whom: Nakata Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= qd +PORTVERSION= 2.2.4 +CATEGORIES= math +MASTER_SITES= http://www.cs.berkeley.edu/~yozo/software/ + +MAINTAINER= maho@FreeBSD.org +COMMENT= Double-Double and Quad-Double Arithmetic + +GNU_CONFIGURE= yes + +.include <bsd.port.pre.mk> + +WANT_FORTRAN= yes #dummy but future use +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 +CONFIGURE_ENV+= FC="${FC}" FFLAGS="${FFLAGS}" +CONFIGURE_ARGS+= --enable-shared=yes + +.include <bsd.port.post.mk> |