Lines 2-8
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= octave |
3 |
PORTNAME= octave |
4 |
PORTVERSION= ${OCTAVE_VERSION} |
4 |
PORTVERSION= ${OCTAVE_VERSION} |
5 |
PORTREVISION= 4 |
5 |
PORTREVISION= 5 |
6 |
CATEGORIES= math |
6 |
CATEGORIES= math |
7 |
MASTER_SITES= GNU |
7 |
MASTER_SITES= GNU |
8 |
|
8 |
|
Lines 29-34
LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \
Link Here
|
29 |
libpcre.so:devel/pcre \ |
29 |
libpcre.so:devel/pcre \ |
30 |
libqhull.so.7:math/qhull \ |
30 |
libqhull.so.7:math/qhull \ |
31 |
libqrupdate.so:math/qrupdate \ |
31 |
libqrupdate.so:math/qrupdate \ |
|
|
32 |
libamd.so:math/suitesparse-amd \ |
33 |
libcamd.so:math/suitesparse-camd \ |
34 |
libccolamd.so:math/suitesparse-ccolamd \ |
35 |
libcholmod.so:math/suitesparse-cholmod \ |
36 |
libcolamd.so:math/suitesparse-colamd \ |
37 |
libsuitesparseconfig.so:math/suitesparse-config \ |
32 |
libcxsparse.so:math/suitesparse-cxsparse \ |
38 |
libcxsparse.so:math/suitesparse-cxsparse \ |
33 |
libklu.so:math/suitesparse-klu \ |
39 |
libklu.so:math/suitesparse-klu \ |
34 |
libumfpack.so:math/suitesparse-umfpack \ |
40 |
libumfpack.so:math/suitesparse-umfpack \ |
Lines 44-50
LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \
Link Here
|
44 |
|
50 |
|
45 |
USES= charsetfix fortran gmake libtool perl5 pkgconfig readline \ |
51 |
USES= charsetfix fortran gmake libtool perl5 pkgconfig readline \ |
46 |
tar:xz compiler:c++14-lang \ |
52 |
tar:xz compiler:c++14-lang \ |
47 |
desktop-file-utils gl iconv xorg |
53 |
desktop-file-utils gl iconv ncurses xorg |
48 |
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}/${PORTVERSION} |
54 |
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}/${PORTVERSION} |
49 |
USE_PERL5= build |
55 |
USE_PERL5= build |
50 |
GNU_CONFIGURE= yes |
56 |
GNU_CONFIGURE= yes |