Add emc2 2.15,
Emc2 is a portable, interactive and graphic software Edition of
two dimensional geometry and mesh. We can create and modify the
geometry (CAD), define the discretization on the lines, define
the subdomains, and define some reference numbers to take into
account the boundary conditions and material properties. The
elements of the mesh are triangles and quadrilaterals. We have
two kind of meshes: grid mesh and Delaunay Voronoo (automatic
mesh). We make the edition of the mesh by moving, removing,
adding vertices, by regularization, or by transformations
(symmetry, rotation,..), etc.
Suggested add-on: the port math/bamg.
WWW: http://www-rocq1.inria.fr/gamma/cdrom/www/emc2/eng.htm
PR: 60835
Submitted by: Thierry Thomas <thierry@pompo.net>
2004-01-02 23:02:23 +01:00
|
|
|
# New ports collection makefile for: emc2
|
|
|
|
# Date created: 16 December 2003
|
|
|
|
# Whom: thierry@pompo.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= emc2
|
|
|
|
PORTVERSION= 2.15
|
2005-02-19 08:08:46 +01:00
|
|
|
PORTREVISION= 2
|
Add emc2 2.15,
Emc2 is a portable, interactive and graphic software Edition of
two dimensional geometry and mesh. We can create and modify the
geometry (CAD), define the discretization on the lines, define
the subdomains, and define some reference numbers to take into
account the boundary conditions and material properties. The
elements of the mesh are triangles and quadrilaterals. We have
two kind of meshes: grid mesh and Delaunay Voronoo (automatic
mesh). We make the edition of the mesh by moving, removing,
adding vertices, by regularization, or by transformations
(symmetry, rotation,..), etc.
Suggested add-on: the port math/bamg.
WWW: http://www-rocq1.inria.fr/gamma/cdrom/www/emc2/eng.htm
PR: 60835
Submitted by: Thierry Thomas <thierry@pompo.net>
2004-01-02 23:02:23 +01:00
|
|
|
CATEGORIES= math science
|
2005-02-03 14:51:02 +01:00
|
|
|
MASTER_SITES= http://www-rocq1.inria.fr/gamma/cdrom/ftp/emc2/
|
Add emc2 2.15,
Emc2 is a portable, interactive and graphic software Edition of
two dimensional geometry and mesh. We can create and modify the
geometry (CAD), define the discretization on the lines, define
the subdomains, and define some reference numbers to take into
account the boundary conditions and material properties. The
elements of the mesh are triangles and quadrilaterals. We have
two kind of meshes: grid mesh and Delaunay Voronoo (automatic
mesh). We make the edition of the mesh by moving, removing,
adding vertices, by regularization, or by transformations
(symmetry, rotation,..), etc.
Suggested add-on: the port math/bamg.
WWW: http://www-rocq1.inria.fr/gamma/cdrom/www/emc2/eng.htm
PR: 60835
Submitted by: Thierry Thomas <thierry@pompo.net>
2004-01-02 23:02:23 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2005-02-03 14:51:02 +01:00
|
|
|
DISTFILES= ${PORTNAME}${EXTRACT_SUFX} \
|
|
|
|
${PORTNAME}-doc-en.ps.gz ${PORTNAME}-doc-fr.ps.gz
|
|
|
|
EXTRACT_ONLY= ${PORTNAME}${EXTRACT_SUFX}
|
Add emc2 2.15,
Emc2 is a portable, interactive and graphic software Edition of
two dimensional geometry and mesh. We can create and modify the
geometry (CAD), define the discretization on the lines, define
the subdomains, and define some reference numbers to take into
account the boundary conditions and material properties. The
elements of the mesh are triangles and quadrilaterals. We have
two kind of meshes: grid mesh and Delaunay Voronoo (automatic
mesh). We make the edition of the mesh by moving, removing,
adding vertices, by regularization, or by transformations
(symmetry, rotation,..), etc.
Suggested add-on: the port math/bamg.
WWW: http://www-rocq1.inria.fr/gamma/cdrom/www/emc2/eng.htm
PR: 60835
Submitted by: Thierry Thomas <thierry@pompo.net>
2004-01-02 23:02:23 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= A graphic editor of two dimensional geometry and mesh
|
|
|
|
|
|
|
|
RESTRICTED= No resale, contact author for commercial usage
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
USE_XLIB= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
|
|
|
|
.if defined(LANG) && ${LANG:Mfr*} != ""
|
|
|
|
CFLAGS+= -DFRENCH
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} ${PREFIX}/bin/emc2
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DOCSDIR}
|
2005-02-19 08:08:46 +01:00
|
|
|
.for doc in ${PORTNAME}-doc-en.ps.gz ${PORTNAME}-doc-fr.ps.gz
|
Add emc2 2.15,
Emc2 is a portable, interactive and graphic software Edition of
two dimensional geometry and mesh. We can create and modify the
geometry (CAD), define the discretization on the lines, define
the subdomains, and define some reference numbers to take into
account the boundary conditions and material properties. The
elements of the mesh are triangles and quadrilaterals. We have
two kind of meshes: grid mesh and Delaunay Voronoo (automatic
mesh). We make the edition of the mesh by moving, removing,
adding vertices, by regularization, or by transformations
(symmetry, rotation,..), etc.
Suggested add-on: the port math/bamg.
WWW: http://www-rocq1.inria.fr/gamma/cdrom/www/emc2/eng.htm
PR: 60835
Submitted by: Thierry Thomas <thierry@pompo.net>
2004-01-02 23:02:23 +01:00
|
|
|
@${INSTALL_DATA} ${DISTDIR}/${doc} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
|
|
|
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|