aboutsummaryrefslogtreecommitdiff
path: root/math/dune-curvedgeometry/Makefile
blob: d446b7b6d4cae2a654c5271111d2d9146bcda2e8 (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
PORTNAME=	dune-curvedgeometry
DISTVERSION=	g20201116
CATEGORIES=	math

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	DUNE framework: curved dune geometries by Lagrange parameterization
WWW=		https://www.dune-project.org/

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>