freebsd-ports/math/qd/Makefile
2008-02-03 02:47:23 +00:00

25 lines
560 B
Makefile

# New ports collection makefile for: qd
# Date created: 2007/03/28
# Whom: Nakata Maho <maho@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= qd
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
CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
CONFIGURE_ARGS+= --enable-shared=yes
.include <bsd.port.post.mk>