opnsense-ports/math/mathmod/Makefile
Franco Fichtner 9f509279e3 */*: sync with upstream
Taken from: FreeBSD
2025-01-10 15:52:40 +01:00

21 lines
444 B
Makefile

PORTNAME= MathMod
PORTVERSION= 12.0
CATEGORIES= math graphics
MAINTAINER= thierry@FreeBSD.org
COMMENT= Mathematical modeling software
WWW= https://sourceforge.net/projects/mathmod/
LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= parisolab
GH_PROJECT= ${PORTNAME:tl}
USES= compiler:c++11-lang dos2unix gl qmake qt:5
USE_GL= gl
USE_QT= buildtools:build core gui opengl qmake:build widgets
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>