diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 11:25:42 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 11:25:42 +0000 |
commit | 2f1fdc87b3eb313079a756f0d2642101288785dc (patch) | |
tree | d8cc3ce36b1b090508a30b5949e3df49d2e29556 /cad | |
parent | 69bb5c928eb7ef104c60368e02ba11b23c4b25b6 (diff) |
Add astk-client , graphical interface for Code_Aster (client side).
PR: 54765
Submitted by: thierry@pompo.net
Notes
Notes:
svn path=/head/; revision=85437
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 1 | ||||
-rw-r--r-- | cad/astk-client/Makefile | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index b59fbcc74074..6940ea03514a 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -2,6 +2,7 @@ # SUBDIR += ziarc + SUBDIR += astk-client SUBDIR += astk-serveur SUBDIR += atlc SUBDIR += calculix diff --git a/cad/astk-client/Makefile b/cad/astk-client/Makefile new file mode 100644 index 000000000000..d0c1a8313dc4 --- /dev/null +++ b/cad/astk-client/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: ASTK +# Date created: Thu Jul 09 2003 +# Whom: thierry@pompo.net +# +# $FreeBSD$ +# + +PORTNAME= astk +PORTREVISION= 0 + +COMMENT= Graphical interface for Code_Aster (client side) + +MASTERDIR= ${.CURDIR}/../astk-serveur + +CLIENT_SEUL= oui + +.include "${MASTERDIR}/Makefile" |