summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-01-02 00:56:40 +0000
committerkris <kris@FreeBSD.org>2005-01-02 00:56:40 +0000
commitaf653dace715e74570a677f390a4faac2ec23cd6 (patch)
tree2e3eb94cd18611db0d69b7d545e70b1273ab7c3f /games
parent85980dfb1e7a61cb4f3d2ad623b5e2377c5c3b90 (diff)
downloadFreeBSD-ports-af653dace715e74570a677f390a4faac2ec23cd6.zip
FreeBSD-ports-af653dace715e74570a677f390a4faac2ec23cd6.tar.gz
BROKEN on 4.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'games')
-rw-r--r--games/flightgear/Makefile8
-rw-r--r--games/freedoko/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index 9be1cac..b0a1c2b 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -41,6 +41,12 @@ CONFIGURE_ARGS= --program-transform-name='s/^${CONFIGURE_TARGET}-//' \
MAN1= est-epsilon.1 fgfs.1 fgjs.1 gl-info.1 js_demo.1 pstest.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
post-extract:
@${FIND} ${WRKSRC} \( -name '.#*' -or -name '*~' \) -delete
@@ -48,4 +54,4 @@ do-install:
@${ECHO} ">> Installing program"
@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/games/freedoko/Makefile b/games/freedoko/Makefile
index 6240358..db93b90 100644
--- a/games/freedoko/Makefile
+++ b/games/freedoko/Makefile
@@ -27,6 +27,12 @@ MAKE_ENV= OSTYPE=linux-gnu DATADIR=${DATADIR}
CPIOFLAGS= --quiet -pdum -R ${SHAREOWN}:${SHAREGRP}
DATASUBDIRS= ai backgrounds cardsets rules translations
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/FreeDoko ${PREFIX}/bin
${LN} ${PREFIX}/bin/FreeDoko ${PREFIX}/bin/freedoko
@@ -38,4 +44,4 @@ do-install:
@cd ${WRKSRC}/../doc && \
${FIND} . ! -name Makefile\* | ${CPIO} ${CPIOFLAGS} ${DOCSDIR}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud