blob: 64a4a32c1e050e63a03f17d4bc3f6d498d6b77fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: thierry@pompo.net
# $FreeBSD$
PORTNAME= MathMod
PORTVERSION= 4.1
CATEGORIES= math graphics
MASTER_SITES= SF/${PORTNAME:tl}/${PKGNAME}/
DISTNAME= ${PORTNAME:tl}-${PORTVERSION}.src
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
BRANCHE= 274
WRKSRC= ${WRKDIR}/${PORTNAME:tl}-branches-${BRANCHE}-trunk
PLIST_FILES= bin/MathMod
.include <bsd.port.mk>
|