summaryrefslogtreecommitdiff
path: root/math/octave-devel/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-06-09 17:19:23 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-06-09 17:19:23 +0000
commit8aa301e227130b3d82bee5415d4bf1faf9d058ad (patch)
treeb1f08a087b1cb369fdd75429a859e2346a061d5f /math/octave-devel/Makefile
parentAdd two more MASTER_SITES (diff)
o Update to 2.1.48.
PR: ports/52902 Submitted by: Ulrich Spoerlein <q@uni.de> Suggested by: Chris BeHanna
Notes
Notes: svn path=/head/; revision=82603
Diffstat (limited to 'math/octave-devel/Makefile')
-rw-r--r--math/octave-devel/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile
index 92dbf25262ab..42e1be8519db 100644
--- a/math/octave-devel/Makefile
+++ b/math/octave-devel/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= octave
-PORTVERSION= 2.1.39
+PORTVERSION= 2.1.48
CATEGORIES= math
-MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \
+MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/
MAINTAINER= ports@FreeBSD.org
@@ -17,7 +17,7 @@ COMMENT= High-level interactive language for numerical computations
USE_BZIP2= yes
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
-LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
+LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
.include <bsd.port.pre.mk>
@@ -32,6 +32,9 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST}
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST}
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
+ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
.if ${OSVERSION} < 400004
CONFIGURE_ARGS+= --with-f2c
@@ -41,7 +44,7 @@ CONFIGURE_ARGS+= --with-f2c
CONFIGURE_ARGS+= --disable-readline
.endif
-MAN1= octave.1 octave-bug.1
+MAN1= octave.1 octave-bug.1 mkoctfile.1 octave-config.1
post-extract:
@${RM} -f ${WRKSRC}/doc/interpreter/octave.info*