1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/science/libefp/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
462 B
Makefile

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>