aboutsummaryrefslogtreecommitdiff
path: root/games/xbl/Makefile
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2005-12-16 15:39:40 +0000
committerTim Bishop <tdb@FreeBSD.org>2005-12-16 15:39:40 +0000
commit6cac49d7fe8312757442e9c01754f975cfcb9d77 (patch)
tree1bc729224ca040a420e1bc0632c55c6b50c339fa /games/xbl/Makefile
parentc557ae2d1b37a43a8d0780f5c33df749c4fbf3cb (diff)
downloadports-6cac49d7fe8312757442e9c01754f975cfcb9d77.tar.gz
ports-6cac49d7fe8312757442e9c01754f975cfcb9d77.zip
Notes
Diffstat (limited to 'games/xbl/Makefile')
-rw-r--r--games/xbl/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/games/xbl/Makefile b/games/xbl/Makefile
index 0385b8b4ce4a..6f1a4e80e85d 100644
--- a/games/xbl/Makefile
+++ b/games/xbl/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= xbl
-PORTVERSION= 1.1.2
+PORTVERSION= 1.1.3
CATEGORIES= games
-MASTER_SITES= ftp://ftp710.univ-lyon1.fr/pub/xbl/
+MASTER_SITES= http://www710.univ-lyon1.fr/~exco/XBL/
MAINTAINER= ports@FreeBSD.org
COMMENT= A 3D block-dropping game
@@ -17,6 +17,12 @@ BUILD_DEPENDS= imake:${X_IMAKE_PORT}
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-MANN= xbl.n
+MAN1= xbl.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
+.include <bsd.port.post.mk>