mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
24 lines
445 B
Makefile
24 lines
445 B
Makefile
# Created by: thierry@pompo.net
|
|
|
|
PORTNAME= MathMod
|
|
PORTVERSION= 11.1
|
|
PORTREVISION= 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>
|