aboutsummaryrefslogtreecommitdiff
path: root/games/magiccube4d
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-19 01:05:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-19 01:05:44 +0000
commit123d15030fa7d4a5c3875466f5afe29ca773b758 (patch)
tree80660546f8d692aca317c8eac569cc422608680a /games/magiccube4d
parenta6d9f4067255bf5dcd94fa26db0b2a22b3b27a10 (diff)
downloadports-123d15030fa7d4a5c3875466f5afe29ca773b758.tar.gz
ports-123d15030fa7d4a5c3875466f5afe29ca773b758.zip
Notes
Diffstat (limited to 'games/magiccube4d')
-rw-r--r--games/magiccube4d/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/magiccube4d/Makefile b/games/magiccube4d/Makefile
index ed77bbf85f73..0322e5b7f443 100644
--- a/games/magiccube4d/Makefile
+++ b/games/magiccube4d/Makefile
@@ -22,6 +22,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION:S/./_/}
DOCS= ChangeLog Intro.txt MagicCube4D-unix.txt \
ideas.txt readme-unix.txt
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/magiccube4d ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@@ -31,4 +37,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>