diff options
-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 b59fbcc..6940ea0 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 0000000..d0c1a83 --- /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" |