freebsd-ports/science/erd/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
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
2018-12-25 20:25:39 +00:00

23 lines
393 B
Makefile

# $FreeBSD$
PORTNAME= erd
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.6
PORTREVISION= 3
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= AcesIII electron repulsion integrals
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
.include <bsd.port.mk>