17 lines
285 B
Makefile
17 lines
285 B
Makefile
# 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"
|