diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-15 10:28:37 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-15 10:28:37 +0000 |
commit | a54d152077314ce7a0751fcc6ab390733f179a97 (patch) | |
tree | 65ca60313d340c7ee4c9df9382d1e559861c1cc5 /math/octave-devel/Makefile | |
parent | 46d1bb292c35488f49e55def79b23f00fd2ccc66 (diff) |
Notes
Diffstat (limited to 'math/octave-devel/Makefile')
-rw-r--r-- | math/octave-devel/Makefile | 7 |
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" |