freebsd-ports/science/xtb/Makefile
Johannes M Dieterich 4544787c26 science/xtb: update to 6.3.3
Bugfixes in models and compiler support.

Changelog: https://github.com/grimme-lab/xtb/releases/tag/v6.3.3
2020-09-20 21:19:02 +00:00

23 lines
425 B
Makefile

# Created by: Johannes M Dieterich <jmd@FreeBSD.org>
# $FreeBSD$
PORTNAME= xtb
PORTVERSION= 6.3.3
DISTVERSIONPREFIX= v
CATEGORIES= science
MAINTAINER= jmd@FreeBSD.org
COMMENT= Semiempirical Extended Tight-Binding Program Package
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= fortran cmake blaslapack:openblas
USE_GITHUB= yes
GH_ACCOUNT= grimme-lab
USE_LDCONFIG= yes
FFLAGS+= -std=legacy
.include <bsd.port.mk>