1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/math/qd/Makefile
2007-09-21 22:05:35 +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.2.6
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>