freebsd-ports/math/wxmaxima/Makefile
Kai Knoblich 4528743f29 math/wxmaxima: Update to 19.05.7
While I'm here:
* Add location to license file

Changelog:

* Support ":lisp" as the first command of the worksheet, in case that maxima
  is new enough to support that.

https://github.com/wxMaxima-developers/wxmaxima/blob/Version-19.05.7/ChangeLog

PR:		238240
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
2019-05-30 20:47:02 +00:00

32 lines
669 B
Makefile

# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
PORTNAME= wxmaxima
PORTVERSION= 19.05.7
DISTVERSIONPREFIX= Version-
CATEGORIES= math
MAINTAINER= phascolarctos@protonmail.ch
COMMENT= WxWidgets GUI for the computer algebra system maxima
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= maxima:math/maxima
USES= cmake desktop-file-utils 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
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt
NLS_USES= gettext
.include <bsd.port.mk>