freebsd-ports/math/qd/Makefile

25 lines
560 B
Makefile
Raw Normal View History

# New ports collection makefile for: qd
# Date created: 2007/03/28
# Whom: Nakata Maho <maho@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= qd
2008-02-02 21:47:23 -05:00
PORTVERSION= 2.3.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>
USE_FORTRAN= yes
2007-07-14 17:47:23 -04:00
CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
CONFIGURE_ARGS+= --enable-shared=yes
.include <bsd.port.post.mk>