mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
a066b9d7a0
1) This is a common tarball with french/aster: the tarball has been rerolled to fix a bug in ASTK for Linux, but they did not upgrade the version. Our ASTK is not impacted by this change. The full story, in french, is here: <http://www.code-aster.org/forum/read.php?f=11&;i=326&t=326>. 2) Since I was testing this upgrade, I have found a bug from the previous commit: the patch patch-lib::ASTK::astkrc::outils does not belong to files, but to files.client => bumping PORTREVISION. PR: ports/56288 Submitted by: Thierry Thomas <thierry@pompo.net>
18 lines
301 B
Makefile
18 lines
301 B
Makefile
# New ports collection makefile for: ASTK
|
|
# Date created: Thu Jul 09 2003
|
|
# Whom: thierry@pompo.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= astk
|
|
PORTREVISION= 2
|
|
|
|
COMMENT= Graphical interface for Code_Aster (client side)
|
|
|
|
MASTERDIR= ${.CURDIR}/../astk-serveur
|
|
|
|
CLIENT_SEUL= oui
|
|
|
|
.include "${MASTERDIR}/Makefile"
|