Lines 8-21
Link Here
|
8 |
MASTER_SITES= https://www.scilab.org/download/${PORTVERSION}/ |
8 |
MASTER_SITES= https://www.scilab.org/download/${PORTVERSION}/ |
9 |
DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} |
9 |
DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} |
10 |
|
10 |
|
|
|
11 |
MAINTAINER= makc@FreeBSD.org |
12 |
COMMENT= Scientific software package for numerical computations |
13 |
|
11 |
LICENSE= GPLv2 BSD3CLAUSE |
14 |
LICENSE= GPLv2 BSD3CLAUSE |
12 |
LICENSE_COMB= dual |
15 |
LICENSE_COMB= dual |
13 |
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING |
16 |
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING |
14 |
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING-BSD |
17 |
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING-BSD |
15 |
|
18 |
|
16 |
MAINTAINER= makc@FreeBSD.org |
|
|
17 |
COMMENT= Scientific software package for numerical computations |
18 |
|
19 |
# A partial dependencies list can be found at: |
19 |
# A partial dependencies list can be found at: |
20 |
# http://wiki.scilab.org/Dependencies_of_Scilab_5.X |
20 |
# http://wiki.scilab.org/Dependencies_of_Scilab_5.X |
21 |
LIB_DEPENDS= libxml2.so:textproc/libxml2 \ |
21 |
LIB_DEPENDS= libxml2.so:textproc/libxml2 \ |
Lines 28-39
Link Here
|
28 |
libamd.so:math/suitesparse |
28 |
libamd.so:math/suitesparse |
29 |
RUN_DEPENDS= xdg-open:devel/xdg-utils |
29 |
RUN_DEPENDS= xdg-open:devel/xdg-utils |
30 |
|
30 |
|
31 |
USES= cpe desktop-file-utils fortran gettext gl gmake gnome iconv \ |
31 |
USES= cpe desktop-file-utils fortran gettext gmake gnome iconv \ |
32 |
libtool ncurses pathfix pkgconfig shared-mime-info |
32 |
libtool ncurses pathfix pkgconfig shared-mime-info |
33 |
USE_CXXSTD= gnu++98 |
33 |
USE_CXXSTD= gnu++98 |
34 |
USE_LOCALE= en_US.UTF-8 |
34 |
USE_LOCALE= en_US.UTF-8 |
|
|
35 |
|
35 |
GNU_CONFIGURE= yes |
36 |
GNU_CONFIGURE= yes |
36 |
|
|
|
37 |
INSTALLS_ICONS= yes |
37 |
INSTALLS_ICONS= yes |
38 |
|
38 |
|
39 |
CPPFLAGS+= -I${LOCALBASE}/include |
39 |
CPPFLAGS+= -I${LOCALBASE}/include |
Lines 99-104
Link Here
|
99 |
GUI_RUN_DEPENDS= ${_GUI_DEPENDS} |
99 |
GUI_RUN_DEPENDS= ${_GUI_DEPENDS} |
100 |
|
100 |
|
101 |
GUI_ALL_TARGET= all doc |
101 |
GUI_ALL_TARGET= all doc |
|
|
102 |
GUI_USES= gl |
102 |
GUI_USE= GL=gl JAVA=yes |
103 |
GUI_USE= GL=gl JAVA=yes |
103 |
GUI_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-bin-JAVA_HOME |
104 |
GUI_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-bin-JAVA_HOME |
104 |
GUI_CONFIGURE_ON= --with-jdk=${JAVA_HOME} \ |
105 |
GUI_CONFIGURE_ON= --with-jdk=${JAVA_HOME} \ |