2016-03-04 22:54:36 +00:00
|
|
|
# Created by: thierry@pompo.net
|
|
|
|
|
|
|
|
PORTNAME= MathMod
|
2021-06-18 13:17:34 +00:00
|
|
|
PORTVERSION= 11.1
|
2021-06-19 20:16:08 +00:00
|
|
|
PORTREVISION= 1
|
2016-03-04 22:54:36 +00:00
|
|
|
CATEGORIES= math graphics
|
|
|
|
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
|
|
COMMENT= Mathematical modeling software
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2018-05-29 20:38:49 +00:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= parisolab
|
|
|
|
GH_PROJECT= ${PORTNAME:tl}
|
|
|
|
|
2018-10-20 15:32:33 +00:00
|
|
|
USES= compiler:c++11-lang dos2unix gl qmake qt:5
|
2016-11-18 20:57:51 +00:00
|
|
|
USE_GL= gl
|
2018-06-28 17:39:53 +00:00
|
|
|
USE_QT= buildtools_build core gui opengl qmake_build widgets
|
2016-03-04 22:54:36 +00:00
|
|
|
|
2018-05-29 20:38:49 +00:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
2016-03-04 22:54:36 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|