blob: 1103f0fe94dcb09bd8c5479c33c51ea3237e5661 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
PORTNAME= dune-metagrid
DISTVERSION= g20210929
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= DUNE framework: module implementing a variety of DUNE meta grids
WWW= https://www.dune-project.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libdunealugrid.so:math/dune-alugrid \
libdunecommon.so:math/dune-common \
libdunegrid.so:math/dune-grid
USES= cmake compiler:c++17-lang fortran pkgconfig
USE_GITLAB= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= extensions
GL_COMMIT= 45fe80d530d18d8b86e77f20e38865f2101e571a
NO_ARCH= yes
OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT= DOCS
PORTDOCS= *
.include <bsd.port.mk>
|