aboutsummaryrefslogtreecommitdiffstats
path: root/math/scilab/Makefile
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-06-05 18:23:48 +0800
committerthierry <thierry@FreeBSD.org>2005-06-05 18:23:48 +0800
commit32b8c006a80d9e6e4530161ac4e5037044d3f038 (patch)
treea4d82357b905fabfb66a421c6e3507f82c609ab5 /math/scilab/Makefile
parent577cccaa49fbe7afde9e15029d52340b7640a965 (diff)
downloadfreebsd-ports-gnome-32b8c006a80d9e6e4530161ac4e5037044d3f038.tar.gz
freebsd-ports-gnome-32b8c006a80d9e6e4530161ac4e5037044d3f038.tar.zst
freebsd-ports-gnome-32b8c006a80d9e6e4530161ac4e5037044d3f038.zip
Upgrade to 3.1.1.
Note: gcc-3.2 is still needed on FreeBSD > 5.3; without it Scilab hangs on floating point computations. PR: ports/81885 Submitted by: maintainer
Diffstat (limited to 'math/scilab/Makefile')
-rw-r--r--math/scilab/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 61c76da81e61..83597d50085c 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= scilab
-PORTVERSION= 3.0
-PORTREVISION= 1
+PORTVERSION= 3.1.1
CATEGORIES= math cad parallel
-MASTER_SITES= ftp://ftp.inria.fr/INRIA/Scilab/distributions/
-EXTRACT_SUFX= .src.tar.gz
+MASTER_SITES= http://scilabsoft.inria.fr/download/stable/
+EXTRACT_SUFX= -src.tar.gz
MAINTAINER= js@jeannot.org
COMMENT= A free Matlab clone by INRIA & ENPC
@@ -42,12 +41,13 @@ CONFIGURE_ARGS= --with-tk \
--x-include=${X11BASE}/include \
--x-libraries=${X11BASE}/lib \
--with-atlas-library=${LOCALBASE}/lib \
+ --without-java \
--without-ocaml
-CONFIGURE_ENV= PVM_ROOT=${PVM_ROOT} X11BASE=${X11BASE} F77=$(F77)
+CONFIGURE_ENV= PVM_ROOT=${PVM_ROOT} X11BASE=${X11BASE} F77=${F77}
MAKE_ENV= PVM_INCLUDE=${LOCALBASE}/include
-PLIST_SUB= PORTVERSION="${PORTVERSION}"
+PLIST_SUB= PORTVERSION="${PORTVERSION}" DOCSDIR="share/doc/scilab-${PORTVERSION}"
.include <bsd.port.pre.mk>