blob: 47199cba31d7250172237733e99954524e523015 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: ASTK
# Date created: Thu Jul 09 2003
# Whom: thierry@pompo.net
#
# $FreeBSD$
#
PORTNAME= astk
COMMENT= Graphical interface for Code_Aster (client side)
MASTERDIR= ${.CURDIR}/../astk-serveur
CLIENT_SEUL= oui
.include "${MASTERDIR}/Makefile"
|