mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
c7be8ce1f8
PR: 230686 Approved by: fortran (maintainer's timeout ~1 year)
23 lines
458 B
Makefile
23 lines
458 B
Makefile
# Created by: Nakata Maho <maho@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qd
|
|
DISTVERSION= 2.3.22
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://crd-legacy.lbl.gov/~dhbailey/mpdist/
|
|
|
|
MAINTAINER= fortran@FreeBSD.org
|
|
COMMENT= Double-Double and Quad-Double Arithmetic
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= fortran libtool
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-shared --disable-static
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|