aboutsummaryrefslogblamecommitdiff
path: root/science/thermofun/Makefile
blob: 63200eae4df25cb56dc12f53727da131646d37c0 (plain) (tree)
1
2
3
4

                         

                                   

















                                                                          
PORTNAME=	thermofun
DISTVERSIONPREFIX=	v
DISTVERSION=	0.3.7
CATEGORIES=	science # chemistry

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Code for calculating thermodynamic properties of materials

LICENSE=	LGPL3
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	nlohmann-json>0:devel/nlohmann-json

USES=		cmake compiler:c++14-lang
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	thermohub

CMAKE_OFF=	TFUN_BUILD_PYTHON

.include <bsd.port.mk>