Files
ports/science/dkh/Makefile
2023-08-12 03:37:42 +02:00

21 lines
403 B
Makefile

PORTNAME= dkh
DISTVERSIONPREFIX= v
DISTVERSION= 1.2
PORTREVISION= 6
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Wolf, Reiher, and Hess's Douglas-Kroll-Hess relativistic correction
WWW= http://www.reiher.ethz.ch/software/dkh-x2c.html
LICENSE= GPLv3
USES= cmake fortran
USE_GITHUB= yes
GH_ACCOUNT= psi4
USE_LDCONFIG= yes
CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON
.include <bsd.port.mk>