1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/science/libefp/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
475 B
Makefile

# $FreeBSD$
PORTNAME= libefp
DISTVERSION= 1.5.0
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Effective fragment potential method in quantum chemistry
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= ilyak
USE_LDCONFIG= yes
CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON
CMAKE_ARGS+= -DENABLE_XHOST:BOOL=OFF
CMAKE_ARGS+= -DFRAGLIB_DEEP:BOOL=OFF # configuration in dependencies fails without this
.include <bsd.port.mk>