summaryrefslogtreecommitdiff
path: root/math/dune-metagrid/Makefile
blob: cf37e97904ca24ec15dce33a8fa324ffbd476fea (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

PORTNAME=	dune-metagrid
DISTVERSION=	g20180822
CATEGORIES=	math

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	DUNE framework: module implementing a variety of DUNE meta grids

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=	5bc4c7e73bd76ccdaef842a5150c294095107a60

NO_ARCH=	yes

OPTIONS_DEFINE=		DOCS
OPTIONS_DEFAULT=	DOCS

PORTDOCS=	*

.include <bsd.port.mk>