7d1faa7179
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
29 lines
613 B
Makefile
29 lines
613 B
Makefile
PORTNAME= dune-curvedgeometry
|
|
DISTVERSION= g20201116
|
|
PORTREVISION= 1
|
|
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_TAGNAME= fae02adf3757851f7f9caf41037da87caa52197d
|
|
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
OPTIONS_SUB= yes
|
|
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|