diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-23 19:25:42 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-23 19:25:42 +0800 |
commit | c7e13da97802a07a8310f75cd516a9f5e9d769f5 (patch) | |
tree | cbceb54de5023c0d8dfc7f84f4f2df7efcc301d0 | |
parent | 7cad8fe147cc064c0f98c18e5b8bba2860743454 (diff) | |
download | freebsd-ports-gnome-c7e13da97802a07a8310f75cd516a9f5e9d769f5.tar.gz freebsd-ports-gnome-c7e13da97802a07a8310f75cd516a9f5e9d769f5.tar.zst freebsd-ports-gnome-c7e13da97802a07a8310f75cd516a9f5e9d769f5.zip |
Add astk-client , graphical interface for Code_Aster (client side).
PR: 54765
Submitted by: thierry@pompo.net
-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" |