mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
22 lines
362 B
Makefile
22 lines
362 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dkh
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.2
|
|
PORTREVISION= 3
|
|
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>
|