mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
39ecea8364
A C pre-processor conditional interpreted decimal numbers with a leading zero as octal number, which was rejected since it included the digig 8. Removal of the leading 0 from both condition arguments causes the correct interpretation of these numbers as decimal values.
36 lines
731 B
Makefile
36 lines
731 B
Makefile
# Created by: Nicola Vitale <nivit@email.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wxmaxima
|
|
PORTVERSION= 20.04.0
|
|
DISTVERSIONPREFIX= Version-
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= WxWidgets GUI for the computer algebra system maxima
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= maxima:math/maxima
|
|
|
|
USES= cmake compiler:c++11-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}/,,}
|
|
PORTDATA= COPYING README README.md
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|