mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
1cd277bdce
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
17 lines
319 B
Makefile
17 lines
319 B
Makefile
# Created by: Nakata Maho <maho@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qd
|
|
PORTVERSION= 2.3.7
|
|
PORTREVISION= 3
|
|
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
|
|
USES= fortran
|
|
|
|
.include <bsd.port.mk>
|