mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
Unbreak medit.
Since I'm here, explicit USE_GL.
This commit is contained in:
parent
b82c9ca915
commit
754f8e47a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518048
2 changed files with 4 additions and 6 deletions
|
@ -3,17 +3,15 @@
|
||||||
|
|
||||||
PORTNAME= medit
|
PORTNAME= medit
|
||||||
PORTVERSION= 2012.02.05
|
PORTVERSION= 2012.02.05
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= science graphics
|
CATEGORIES= science graphics
|
||||||
MASTER_SITES= http://www.ann.jussieu.fr/~frey/ftp/archives/
|
MASTER_SITES= https://www.ljll.math.upmc.fr/~frey/ftp/archives/
|
||||||
DISTFILES= ${SOURCETARB} ${LIBTARBALL}
|
DISTFILES= ${SOURCETARB} ${LIBTARBALL}
|
||||||
EXTRACT_ONLY= ${SOURCETARB}
|
EXTRACT_ONLY= ${SOURCETARB}
|
||||||
|
|
||||||
MAINTAINER= thierry@FreeBSD.org
|
MAINTAINER= thierry@FreeBSD.org
|
||||||
COMMENT= Interactive meshes visualization
|
COMMENT= Interactive meshes visualization
|
||||||
|
|
||||||
BROKEN= unfetchable
|
|
||||||
|
|
||||||
LICENSE= None
|
LICENSE= None
|
||||||
LICENSE_NAME= Special grant
|
LICENSE_NAME= Special grant
|
||||||
LICENSE_TEXT= Special grant from the author
|
LICENSE_TEXT= Special grant from the author
|
||||||
|
@ -23,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/cfortran.h:lang/cfortran
|
||||||
|
|
||||||
USES= gl gmake tar:tgz xorg
|
USES= gl gmake tar:tgz xorg
|
||||||
USE_XORG= x11 xmu xext
|
USE_XORG= x11 xmu xext
|
||||||
USE_GL= glut
|
USE_GL= gl glu glut
|
||||||
MAKEFILE= makefile
|
MAKEFILE= makefile
|
||||||
ALL_TARGET= ${OPSYS}
|
ALL_TARGET= ${OPSYS}
|
||||||
MAKE_ENV= WRKSRC="${WRKSRC}" ARCHI=${OPSYS} ARCH=${ARCH} OSREL=${OSREL}
|
MAKE_ENV= WRKSRC="${WRKSRC}" ARCHI=${OPSYS} ARCH=${ARCH} OSREL=${OSREL}
|
||||||
|
|
|
@ -6,4 +6,4 @@ fluids, thermics, electromagnetism, etc.) on grids 2d (triangles and
|
||||||
quadrangles), 3d (tetrahedrons or hexahedrons) or surfaces (triangles and
|
quadrangles), 3d (tetrahedrons or hexahedrons) or surfaces (triangles and
|
||||||
quandrangles).
|
quandrangles).
|
||||||
|
|
||||||
WWW: http://www.ann.jussieu.fr/~frey/software.html#scivis
|
WWW: https://www.ljll.math.upmc.fr/frey/software.html#scivis
|
||||||
|
|
Loading…
Add table
Reference in a new issue