opnsense-ports/math/mathmod/Makefile
Franco Fichtner a273393303 */*: sync with upstream
Taken from: HardenedBSD
2017-09-16 12:42:43 +02:00

21 lines
437 B
Makefile

# Created by: thierry@pompo.net
# $FreeBSD$
PORTNAME= MathMod
PORTVERSION= 6.0
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>