aboutsummaryrefslogtreecommitdiff
path: root/games/xroads/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-07-17 14:21:05 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-07-17 14:21:05 +0000
commitf03644e35f3462e05435e7a752763108725a05ee (patch)
tree1c33e0d43361d5a80e62ab9afdbee98ab548b7f5 /games/xroads/Makefile
parentd9b8543491fc7863279cb591d87f8b83c2978820 (diff)
Notes
Diffstat (limited to 'games/xroads/Makefile')
-rw-r--r--games/xroads/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xroads/Makefile b/games/xroads/Makefile
index d8d6604b77e6..2f5b3482a7d5 100644
--- a/games/xroads/Makefile
+++ b/games/xroads/Makefile
@@ -17,6 +17,12 @@ COMMENT= Commodore 64 "Crossroads"-like video game for X Window System
USE_X_PREFIX= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "crashes after a short time"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xroads ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/xroads
@@ -30,4 +36,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>