freebsd-ports/math/qd/Makefile
Yuri Victorovich 0d2aa6be67 math/qd: Replace MASTER_SITES with a working URL
The old URL is dead and the port was unfetchable

Approved by:	portmgr (blanket)
2021-09-20 12:27:04 -07:00

26 lines
522 B
Makefile

# Created by: Nakata Maho <maho@FreeBSD.org>
PORTNAME= qd
DISTVERSION= 2.3.23
CATEGORIES= math
MASTER_SITES= https://www.davidhbailey.com/dhbsoftware/
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
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
TEST_WRKSRC= ${WRKSRC}/tests
TEST_TARGET= demo
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>