aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-17 08:38:34 +0800
committermaho <maho@FreeBSD.org>2007-01-17 08:38:34 +0800
commit6aa1da997cee6b490d8b7e2921f87916728e4991 (patch)
tree14eb4ed85472ee739f4e0aa46b91e7af594aa128 /math
parentc79f63aee9a600c44c6b3535ad6de30faa07c8a2 (diff)
downloadfreebsd-ports-gnome-6aa1da997cee6b490d8b7e2921f87916728e4991.tar.gz
freebsd-ports-gnome-6aa1da997cee6b490d8b7e2921f87916728e4991.tar.zst
freebsd-ports-gnome-6aa1da997cee6b490d8b7e2921f87916728e4991.zip
move gfortran stuffs in one place.
Diffstat (limited to 'math')
-rw-r--r--math/kaskade/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile
index 7b152bc4e36e..792c823d3eab 100644
--- a/math/kaskade/Makefile
+++ b/math/kaskade/Makefile
@@ -15,18 +15,19 @@ DISTNAME= ${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Adaptive linear scalar elliptic and parabolic problem solver
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
WANT_FORTRAN= yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
F77= gfortran42
+FORTRANLIBS= -lgfortranbegin -lgfortran
+GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../..
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
DIST_SUBDIR= kaskade
WRKSRC= ${WRKDIR}/3.2.1
-FORTRANLIBS= -lgfortranbegin -lgfortran
-GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../..
post-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC}