mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +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
23 lines
475 B
Makefile
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>
|