opnsense-ports/math/qd/Makefile
Franco Fichtner 9db3b7b9ea */*: sync with upstream
Taken from: FreeBSD
2023-04-24 07:58:56 +02:00

25 lines
542 B
Makefile

PORTNAME= qd
DISTVERSION= 2.3.23
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://www.davidhbailey.com/dhbsoftware/
MAINTAINER= fortran@FreeBSD.org
COMMENT= Double-Double and Quad-Double Arithmetic
WWW= https://crd-legacy.lbl.gov/~dhbailey/mpdist
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= fortran libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --disable-static
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
TEST_WRKSRC= ${WRKSRC}/tests
TEST_TARGET= demo
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>