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
24 lines
441 B
Makefile
24 lines
441 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gdma
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.2.6
|
|
PORTREVISION= 3
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Anthony Stone's Gaussian Distributed Multipole Analysis
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake fortran
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= psi4
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON \
|
|
-DENABLE_XHOST:BOOL=OFF \
|
|
-DENABLE_OPENMP:BOOL=ON
|
|
|
|
.include <bsd.port.mk>
|