Bump games/lander to version 0.6.6_6
[dports.git] / math / mathmod / Makefile
1 # Created by: thierry@pompo.net
2 # $FreeBSD$
3
4 PORTNAME=       MathMod
5 PORTVERSION=    4.1
6 CATEGORIES=     math graphics
7 MASTER_SITES=   SF/${PORTNAME:tl}/${PKGNAME}/
8 DISTNAME=       ${PORTNAME:tl}-${PORTVERSION}.src
9
10 MAINTAINER=     thierry@FreeBSD.org
11 COMMENT=        Mathematical modeling software
12
13 LICENSE=        GPLv2
14
15 USES=           dos2unix qmake zip
16 USE_GL=         gl
17 USE_QT5=        buildtools_build core gui opengl qmake_build widgets
18
19 BRANCHE=        274
20 WRKSRC=         ${WRKDIR}/${PORTNAME:tl}-branches-${BRANCHE}-trunk
21
22 PLIST_FILES=    bin/MathMod
23
24 .include <bsd.port.mk>