1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/math/wxmaxima/Makefile
Lorenzo Salvadore cca6bb3451
*/*: Drop maintainership for some of my ports
Drop maintainership for ports for which I do not have much interest any
more or for which I do not have as much time as they require, so that I
can focus more on the ports I maintain and other projects both inside
and outside FreeBSD and so that they can be adopted by other
contributors.
2024-01-27 09:23:07 +00:00

33 lines
698 B
Makefile

PORTNAME= wxmaxima
PORTVERSION= 23.12.0
DISTVERSIONPREFIX= Version-
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= ports@FreeBSD.org
COMMENT= WxWidgets GUI for the computer algebra system maxima
WWW= https://wxmaxima-developers.github.io/wxmaxima/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= maxima:math/maxima
USES= cmake compiler:c++14-lang desktop-file-utils shared-mime-info
USE_GITHUB= yes
GH_ACCOUNT= wxMaxima-Developers
USE_WX= 3.0
WX_COMPS= wx
WX_CONF_ARGS= absolute
PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,}
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt
.include <bsd.port.mk>