1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/math/mathmod/Makefile
Thierry Thomas 4a6a3ab76a Upgrade to 6.1.
This fixes the decimal separator bug.
2017-11-01 18:44:20 +00:00

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>