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)
29 lines
635 B
Makefile
29 lines
635 B
Makefile
# Created by: Michael Neumann <mneumann@ntecs.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= algae
|
|
PORTVERSION= 4.3.6
|
|
PORTREVISION= 7
|
|
CATEGORIES= math
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Programming language for numerical analysis
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BROKEN_ia64= does not compile
|
|
BROKEN_powerpc= does not compile
|
|
BROKEN_sparc64= does not compile
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= fortran
|
|
|
|
CONFIGURE_ARGS= --disable-dlmalloc --without-fftw --without-blas \
|
|
--without-lapack --without-bcslib --without-npsol
|
|
PLIST_SUB= ALGAE_VERSION=${PORTVERSION}
|
|
|
|
INFO= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|