blob: 561887e7b3ed807f27e11e61c8f5950d2d2c94d2 (
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
|
PORTNAME= dune-curvedgeometry
DISTVERSION= g20201116
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= DUNE framework: curved dune geometries by Lagrange parameterization
LICENSE= GPLv2
BUILD_DEPENDS= dune-geometry>0:math/dune-geometry
RUN_DEPENDS= dune-geometry>0:math/dune-geometry
USES= cmake compiler:c++17-lang fortran pkgconfig
USE_GITLAB= yes
GL_SITE= https://gitlab.mn.tu-dresden.de
GL_ACCOUNT= iwr
GL_COMMIT= fae02adf3757851f7f9caf41037da87caa52197d
NO_ARCH= yes
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes
PORTDOCS= *
.include <bsd.port.mk>
|