ports/math/mathmod/Makefile
Sunpoet Po-Chuan Hsieh e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00

25 lines
508 B
Makefile

# 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>