1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/science/kim-api/Makefile
2021-09-02 12:09:29 -06:00

22 lines
541 B
Makefile

PORTNAME= kim-api
DISTVERSION= 2.2.1
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
USES= cmake:noninja fortran tar:txz
USE_LDCONFIG= yes
post-install:
${REINPLACE_CMD} -i '' -e 's|#!/bin/bash|#!/bin/sh|' ${STAGEDIR}${PREFIX}/bin/kim-api-collections-management
${RM} -r ${STAGEDIR}${PREFIX}/share/doc
.include <bsd.port.mk>