1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/science/dkh/Makefile

22 lines
362 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= dkh
DISTVERSIONPREFIX= v
DISTVERSION= 1.2
PORTREVISION= 4
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>