0fc5be33d3
Reported by: portscout
20 lines
396 B
Makefile
20 lines
396 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kim-api
|
|
DISTVERSION= 2.1.3
|
|
CATEGORIES= science
|
|
MASTER_SITES= https://s3.openkim.org/kim-api/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Framework for reliable, reproducible, portable molecular simulations
|
|
|
|
LICENSE= CDDL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.CDDL
|
|
|
|
BUILD_DEPENDS= xxd:editors/vim-console
|
|
|
|
USES= cmake:noninja fortran tar:txz
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|