aboutsummaryrefslogtreecommitdiff
path: root/math/dune-curvedgeometry/Makefile
blob: 57b3a01426dec784339d18d41ec07035a671a04a (plain) (blame)
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
# $FreeBSD$

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>