aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-12-18 05:10:37 +0800
committeryuri <yuri@FreeBSD.org>2018-12-18 05:10:37 +0800
commit0b21f85484acd4236752eacf2b541bfe0b6aaba7 (patch)
treef3073d30b7872e9802a21f944ec66da7b34903a3
parent5073184279524768e8d31b85128fa74f94b766d2 (diff)
downloadfreebsd-ports-gnome-0b21f85484acd4236752eacf2b541bfe0b6aaba7.tar.gz
freebsd-ports-gnome-0b21f85484acd4236752eacf2b541bfe0b6aaba7.tar.zst
freebsd-ports-gnome-0b21f85484acd4236752eacf2b541bfe0b6aaba7.zip
math/scilab: Small changes
* Change MASTER_SITES to https * Add license * Add USES=gl gnome Approved by: portmgr (port compliance, infrastructure)
-rw-r--r--math/scilab/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 7955421de505..7ade1a8cb72e 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -5,9 +5,14 @@ PORTNAME= scilab
PORTVERSION= 5.5.2
PORTREVISION= 15
CATEGORIES= math cad java
-MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/
+MASTER_SITES= https://www.scilab.org/download/${PORTVERSION}/
DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX}
+LICENSE= GPLv2 BSD3CLAUSE
+LICENSE_COMB= dual
+LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
+LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING-BSD
+
MAINTAINER= makc@FreeBSD.org
COMMENT= Scientific software package for numerical computations
@@ -23,7 +28,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 \
libamd.so:math/suitesparse
RUN_DEPENDS= xdg-open:devel/xdg-utils
-USES= cpe desktop-file-utils fortran gettext gmake iconv \
+USES= cpe desktop-file-utils fortran gettext gl gmake gnome iconv \
libtool ncurses pathfix pkgconfig shared-mime-info
USE_CXXSTD= gnu++98
USE_LOCALE= en_US.UTF-8