1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

move BROKEN and the bsd.port.pre.mk include some lines down

This commit is contained in:
Oliver Lehmann 2003-07-31 09:09:01 +00:00
parent f1f73fe582
commit 33b80c62ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86032

View File

@ -15,13 +15,6 @@ EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
COMMENT= Analyse des structures et thermo-mécanique
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not build on systems prior 5.x - work in progress..."
.endif
#-----------------------------------------------------------------------
# You may define these options:
#
@ -63,6 +56,12 @@ PLIST_SUB= ASTERDIR=${PORTNAME}/${vaster}
PKGMESSAGE= ${PKGDIR}/pkg-message.sans-astk
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not build on systems prior 5.x - work in progress...
.endif
.if !defined(WITHOUT_ASTK)
RUN_DEPENDS+= ${LOCALBASE}/ASTK/ASTK_SERV:${PORTSDIR}/cad/astk-serveur
.if !defined(WITHOUT_ASTK_CLI)