aboutsummaryrefslogtreecommitdiff
path: root/math/wxmaxima/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-02-10 11:26:24 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-02-10 11:26:24 +0000
commit2e4b46c66a3942ac18bce0737deb3ca14e74633a (patch)
treec1b3b50bc27fceedc1ed1d5a4c3de7d49e60d607 /math/wxmaxima/Makefile
parent890e141311d8c46b129d464f55236678c36985d2 (diff)
downloadports-2e4b46c66a3942ac18bce0737deb3ca14e74633a.tar.gz
ports-2e4b46c66a3942ac18bce0737deb3ca14e74633a.zip
math/wxmaxima: update 17.05.1 -> 19.01.2, lowercase, update MASTER_SITE, WWW
PR: 235245 Reported by: g.s@arcor.de Approved by: nivit (maintainer timeout) Relnotes: https://github.com/wxMaxima-developers/wxmaxima/releases
Notes
Notes: svn path=/head/; revision=492600
Diffstat (limited to 'math/wxmaxima/Makefile')
-rw-r--r--math/wxmaxima/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/math/wxmaxima/Makefile b/math/wxmaxima/Makefile
new file mode 100644
index 000000000000..c4c065d54bef
--- /dev/null
+++ b/math/wxmaxima/Makefile
@@ -0,0 +1,25 @@
+# Created by: Nicola Vitale <nivit@email.it>
+# $FreeBSD$
+
+PORTNAME= wxmaxima
+PORTVERSION= 19.02.0
+DISTVERSIONPREFIX= Version-
+CATEGORIES= math
+
+MAINTAINER= nivit@FreeBSD.org
+COMMENT= WxWidgets GUI for the computer algebra system maxima
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= maxima:math/maxima
+
+USES= cmake desktop-file-utils gettext shared-mime-info
+USE_WX= 3.0
+USE_GITHUB= yes
+GH_ACCOUNT= wxMaxima-Developers
+
+PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,}
+WX_COMPS= wx
+WX_CONF_ARGS= absolute
+
+.include <bsd.port.mk>