1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/math/wxmaxima/Makefile
Piotr Kubaj 63d192ad44 math/wxmaxima: fix build on GCC architectires
Use C++11 compiler:
CMake Error in src/CMakeLists.txt:
  Target "wxmaxima" requires the language dialect "CXX11" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.

MFH:		2020Q3 (fix build blanket)2020Q3 (fix build blanket)
2020-08-01 09:21:48 +00:00

36 lines
731 B
Makefile

# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
PORTNAME= wxmaxima
PORTVERSION= 20.04.0
PORTREVISION= 1
DISTVERSIONPREFIX= Version-
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_WX= 3.0
USE_GITHUB= yes
GH_ACCOUNT= wxMaxima-Developers
PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,}
WX_COMPS= wx
WX_CONF_ARGS= absolute
PORTDATA= COPYING README README.md
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt
NLS_USES= gettext
.include <bsd.port.mk>