summaryrefslogtreecommitdiff
path: root/math/mathmod/Makefile
blob: fbcf4f1c6b0a05172e8b6a04429e27c28c8dd842 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	MathMod
PORTVERSION=	13.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>