forked from Lainports/freebsd-ports
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
22 lines
460 B
Makefile
22 lines
460 B
Makefile
PORTNAME= MathMod
|
|
PORTVERSION= 11.1
|
|
PORTREVISION= 1
|
|
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>
|