mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
14 lines
224 B
Makefile
14 lines
224 B
Makefile
# Created by: thierry@pompo.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= astk
|
|
|
|
COMMENT= Graphical interface for Code_Aster (client side)
|
|
|
|
MASTERDIR= ${.CURDIR}/../astk-serveur
|
|
|
|
CLIENT_SEUL= oui
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|