summaryrefslogtreecommitdiff
path: root/math/octave-devel/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-06-15 10:28:37 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-06-15 10:28:37 +0000
commita54d152077314ce7a0751fcc6ab390733f179a97 (patch)
tree65ca60313d340c7ee4c9df9382d1e559861c1cc5 /math/octave-devel/Makefile
parentUpdate to 7.2.9.0, fix building on -CURRENT (diff)
o Enable load *.oct files. [1]
o Fix pkg-plist accordingly. [1] o Bump PORTREVISION accordingly. o Remove unnecessary files from pkg-plist. [2] Submitted by: Kay Lehmann <kay_lehmann@web.de> [1] Pointed out by: bento via kris [2] Pointy hat to: myself [2]
Notes
Notes: svn path=/head/; revision=83012
Diffstat (limited to 'math/octave-devel/Makefile')
-rw-r--r--math/octave-devel/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile
index 97ffc163029e..163c6583c1b4 100644
--- a/math/octave-devel/Makefile
+++ b/math/octave-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= octave
PORTVERSION= 2.1.49
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/
@@ -35,8 +36,12 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST}
BLAS_LIBS= "-L${LOCALBASE}/lib -lf77blas -latlas"
USE_GMAKE= yes
GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+LDCONFIG_DIRS= %%PREFIX%%/lib/${PORTNAME}-${PORTVERSION}
+
CONFIGURE_ARGS= --host=${GNU_HOST} \
- --with-fftw --with-blas=${BLAS_LIBS} --with-lpack
+ --with-fftw --with-blas=${BLAS_LIBS} --with-lpack \
+ --enable-shared
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"