mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
This commit is contained in:
parent
0a312e5812
commit
042b2e1dda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118226
@ -23,4 +23,10 @@ INFO= cssc
|
||||
|
||||
WRKSRC= ${WRKDIR}/CSSC-0.15alpha.pl0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -27,6 +27,12 @@ BUILD_WRKSRC= ${WRKSRC}/source/src
|
||||
DATADIR= ${PREFIX}/share/cube
|
||||
CONFIGURE_WRKSRC= ${WRKSRC}/source/enet
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@ ${UNZIP_CMD} -a -q -o ${WRKSRC}/source/${DISTNAME}_src.zip -d ${WRKSRC}/source/
|
||||
|
||||
@ -47,4 +53,4 @@ do-install:
|
||||
${CP} -Rp ${WRKSRC}/data ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/autoexec.cfg ${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user