mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
23 lines
412 B
Makefile
23 lines
412 B
Makefile
# Created by: thierry@pompo.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MathMod
|
|
PORTVERSION= 8.0
|
|
CATEGORIES= math graphics
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Mathematical modeling software
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= parisolab
|
|
GH_PROJECT= ${PORTNAME:tl}
|
|
|
|
USES= dos2unix qmake
|
|
USE_GL= gl
|
|
USE_QT5= buildtools_build core gui opengl qmake_build widgets
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|