aboutsummaryrefslogtreecommitdiff
path: root/science/thermofun/Makefile
blob: 787a25afb753f4fcf8a0420e0f2f9221dd95e445 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=	thermofun
DISTVERSIONPREFIX=	v
DISTVERSION=	0.3.6
CATEGORIES=	science

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>