Import math/qd version 2.3.7_1
[dports.git] / math / qd / Makefile
1 # New ports collection makefile for:    qd
2 # Date created:                         2007/03/28
3 # Whom:                                 Nakata Maho <maho@FreeBSD.org>
4 #
5 # $FreeBSD: ports/math/qd/Makefile,v 1.11 2012/11/17 05:59:29 svnexp Exp $
6 #
7
8 PORTNAME=       qd
9 PORTVERSION=    2.3.7
10 PORTREVISION=   1
11 CATEGORIES=     math
12 MASTER_SITES=   http://www.cs.berkeley.edu/~yozo/software/
13
14 MAINTAINER=     maho@FreeBSD.org
15 COMMENT=        Double-Double and Quad-Double Arithmetic
16
17 GNU_CONFIGURE=  yes
18
19 .include <bsd.port.pre.mk>
20
21 USE_FORTRAN=    yes
22 CONFIGURE_ARGS+=        --enable-shared=yes
23
24 .include <bsd.port.post.mk>