blob: 2a18b0109bf927c6c0bdeb5b5ad18f8745177810 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= dkh
DISTVERSIONPREFIX= v
DISTVERSION= 1.2
PORTREVISION= 5
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Wolf, Reiher, and Hess's Douglas-Kroll-Hess relativistic correction
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>
|