diff options
Diffstat (limited to 'games/xbl/Makefile')
-rw-r--r-- | games/xbl/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/games/xbl/Makefile b/games/xbl/Makefile index 0385b8b..6f1a4e8 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> |