mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4a6a3ab76a
This fixes the decimal separator bug.
22 lines
437 B
Makefile
22 lines
437 B
Makefile
# Created by: thierry@pompo.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MathMod
|
|
PORTVERSION= 6.1
|
|
CATEGORIES= math graphics
|
|
MASTER_SITES= SF/${PORTNAME:tl}/${PKGNAME}/
|
|
DISTNAME= ${PORTNAME:tl}-${PORTVERSION}-source
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Mathematical modeling software
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= dos2unix qmake zip
|
|
USE_GL= gl
|
|
USE_QT5= buildtools_build core gui opengl qmake_build widgets
|
|
|
|
PLIST_FILES= bin/MathMod
|
|
|
|
.include <bsd.port.mk>
|