blob: f38d771ff5cb4bdb606c444fa78cf941c8dae70c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: thierry@pompo.net
# $FreeBSD$
PORTNAME= MathMod
PORTVERSION= 9.1
CATEGORIES= math graphics
MAINTAINER= thierry@FreeBSD.org
COMMENT= Mathematical modeling software
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>
|