gerris: wip/gts -> graphics/gts.

Also fix some typos in the description and add a TODO that the
distfile is unfetchable.
This commit is contained in:
Benny Siegert 2018-12-14 16:55:53 +01:00
parent aba0f79793
commit fcc819ff8b
4 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,2 @@
Gerris is a Free Software program for the solution of the partial
differential equations describing fluid flow
differential equations describing fluid flow.

View File

@ -7,7 +7,7 @@ MASTER_SITES= http://garr.dl.sourceforge.net/project/gfs/gerris/0.9.2/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://gfs.sourceforge.net/wiki/index.php/Main_Page
COMMENT= Software the solution of the PDE describing fluid flow
COMMENT= Software solution of the PDE describing fluid flow
#LICENSE= # TODO: (see mk/license.mk)
GNU_CONFIGURE= yes

1
gerris/TODO Normal file
View File

@ -0,0 +1 @@
Distfile is unfetchable, please update.

View File

@ -9,7 +9,7 @@ PKG_SUGGESTED_OPTIONS= gts-check
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgts-check)
. include "../../wip/gts/buildlink3.mk"
. include "../../graphics/gts/buildlink3.mk"
CONFIGURE_ARGS+= --enable-gts-check
.endif