lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry
35 lines
784 B
Makefile
35 lines
784 B
Makefile
# Created by: Michael Neumann <mneumann@ntecs.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= algae
|
|
PORTVERSION= 4.3.6
|
|
PORTREVISION= 10
|
|
CATEGORIES= math
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Programming language for numerical analysis
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BROKEN_powerpc64= Does not build
|
|
|
|
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}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|