diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-12 22:17:05 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-12 22:17:05 +0000 |
commit | 376d6d03621d8c1551797493580c9a75e8f39268 (patch) | |
tree | af3d7fde0479c0df6d676fa8d93cf4552d55fa06 /cad/salome-yacs/Makefile | |
parent | SALOME is a free software that provides a generic platform for Pre (diff) |
SALOME is a free software that provides a generic platform for Pre
and Post-Processing for numerical simulation.
+Supports interoperability between CAD modeling and
computation software (CAD-CAE link)
+Makes easier the integration of new components on heterogeneous systems
for numerical computation
+Sets the priority to multi-physics coupling between computation software
+Provides a generic user interface, user-friendly and efficient,
which helps to reduce the costs and delays of carrying out the studies
+Reduces training time to the specific time for learning the software solution
which has been based on this platform
+All functionalities are accessible through the programmatic
integrated Python console
This package contains YACS module.
WWW: http://www.salome-platform.org
- Stas Timokhin
devel@stasyan.com
PR: ports/143469
Submitted by: Stas Timokhin <devel at stasyan.com>
Diffstat (limited to 'cad/salome-yacs/Makefile')
-rw-r--r-- | cad/salome-yacs/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/salome-yacs/Makefile b/cad/salome-yacs/Makefile new file mode 100644 index 000000000000..338edb8b63e9 --- /dev/null +++ b/cad/salome-yacs/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: cad/salome-yacs +# Date created: 20 May 2009 +# Whom: Stas Timokhin <devel@stasyan.com> +# +# $FreeBSD$ + +CATEGORIES= cad science + +MASTERDIR= ${.CURDIR}/../salome + +PKGNAMESUFFIX= -yacs +SAL_MODULE_UPPER= YACS + +.include "${MASTERDIR}/Makefile" |