freebsd-ports/science/thermofun/Makefile
Yuri Victorovich f2784fe0a4 science/thermofun: Update 0.3.8 -> 0.3.9
Reported by:	portscout
2022-01-18 10:42:45 -08:00

22 lines
468 B
Makefile

PORTNAME= thermofun
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.9
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
LIB_DEPENDS= libChemicalFun.so:science/chemicalfun
USES= cmake compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= thermohub
CMAKE_OFF= TFUN_BUILD_PYTHON
.include <bsd.port.mk>