mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
23 lines
413 B
Makefile
23 lines
413 B
Makefile
# Created by: Johannes M Dieterich <jmd@FreeBSD.org>
|
|
|
|
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>
|