|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= octave |
8 |
PORTNAME= octave |
| 9 |
PORTVERSION= 2.1.30 |
9 |
PORTVERSION= 2.1.39 |
| 10 |
CATEGORIES= math |
10 |
CATEGORIES= math |
| 11 |
MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \ |
11 |
MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \ |
| 12 |
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ |
12 |
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ |
|
Lines 16-21
Link Here
|
| 16 |
USE_BZIP2= yes |
16 |
USE_BZIP2= yes |
| 17 |
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot |
17 |
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot |
| 18 |
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot |
18 |
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot |
|
|
19 |
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw |
| 19 |
|
20 |
|
| 20 |
.include <bsd.port.pre.mk> |
21 |
.include <bsd.port.pre.mk> |
| 21 |
|
22 |
|
|
Lines 29-35
Link Here
|
| 29 |
|
30 |
|
| 30 |
USE_GMAKE= yes |
31 |
USE_GMAKE= yes |
| 31 |
GNU_CONFIGURE= yes |
32 |
GNU_CONFIGURE= yes |
| 32 |
CONFIGURE_ARGS= --disable-shared --host=${GNU_HOST} |
33 |
CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST} |
| 33 |
|
34 |
|
| 34 |
.if ${OSVERSION} < 400004 |
35 |
.if ${OSVERSION} < 400004 |
| 35 |
CONFIGURE_ARGS+= --with-f2c |
36 |
CONFIGURE_ARGS+= --with-f2c |