diff options
Diffstat (limited to 'cad/astk-client/Makefile')
-rw-r--r-- | cad/astk-client/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
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" |