mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
b57976529f
Target "hNN_WT__MD_435082866799_000" requires the language dialect "CXX11" (with compiler extensions), but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket)
20 lines
432 B
Makefile
20 lines
432 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openkim-models
|
|
DISTVERSION= 2019-07-25
|
|
CATEGORIES= science
|
|
MASTER_SITES= https://s3.openkim.org/archives/collection/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Open Knowledgebase of Interatomic Models
|
|
|
|
LICENSE= CDDL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= xxd:editors/vim-console
|
|
LIB_DEPENDS= libkim-api.so:science/kim-api
|
|
|
|
USES= cmake:noninja compiler:c++11-lang fortran tar:txz
|
|
|
|
.include <bsd.port.mk>
|