blob: f0a7ed04d35de2bb6f84189fed4d2a5fabbe52ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Created by: thierry@pompo.net
# $FreeBSD$
PORTNAME= astk
COMMENT= Graphical interface for Code_Aster (client side)
MASTERDIR= ${.CURDIR}/../astk-serveur
CLIENT_SEUL= oui
.include "${MASTERDIR}/Makefile"
|