mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
55e6556d12
N.B.: french/aster is still marked BROKEN, but this allows to unbreak other ports sharing the same dependencies. Patch for french/med provided by tijl.
13 lines
210 B
Makefile
13 lines
210 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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|