2013-01-05 15:13:46 +01:00
|
|
|
# Created by: Nicola Vitale <nivit@email.it>
|
2005-07-14 12:54:10 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2019-02-10 12:26:24 +01:00
|
|
|
PORTNAME= wxmaxima
|
2019-05-30 22:47:02 +02:00
|
|
|
PORTVERSION= 19.05.7
|
2017-07-27 15:57:30 +02:00
|
|
|
DISTVERSIONPREFIX= Version-
|
2005-07-14 12:54:10 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
|
2019-04-09 22:17:36 +02:00
|
|
|
MAINTAINER= phascolarctos@protonmail.ch
|
2014-07-07 17:31:01 +02:00
|
|
|
COMMENT= WxWidgets GUI for the computer algebra system maxima
|
2005-07-14 12:54:10 +02:00
|
|
|
|
2012-01-23 18:44:09 +01:00
|
|
|
LICENSE= GPLv2
|
2019-05-30 22:47:02 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2012-01-23 18:44:09 +01:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= maxima:math/maxima
|
2005-07-14 12:54:10 +02:00
|
|
|
|
2019-05-09 14:10:34 +02:00
|
|
|
USES= cmake desktop-file-utils shared-mime-info
|
2016-04-24 23:21:15 +02:00
|
|
|
USE_WX= 3.0
|
2019-02-10 12:26:24 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= wxMaxima-Developers
|
2015-02-01 22:39:06 +01:00
|
|
|
|
2019-02-10 12:26:24 +01:00
|
|
|
PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,}
|
2006-10-09 19:39:44 +02:00
|
|
|
WX_COMPS= wx
|
|
|
|
WX_CONF_ARGS= absolute
|
2010-02-02 19:37:47 +01:00
|
|
|
|
2019-05-19 10:36:33 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
2019-05-09 14:10:34 +02:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
2019-05-19 10:36:33 +02:00
|
|
|
NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt
|
2019-05-09 14:10:34 +02:00
|
|
|
NLS_USES= gettext
|
|
|
|
|
2005-07-14 12:54:10 +02:00
|
|
|
.include <bsd.port.mk>
|