diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2005-12-16 15:39:40 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2005-12-16 15:39:40 +0000 |
commit | 6cac49d7fe8312757442e9c01754f975cfcb9d77 (patch) | |
tree | 1bc729224ca040a420e1bc0632c55c6b50c339fa /games/xbl/Makefile | |
parent | Variable CONF_FILES is changed to LOCAL_CONF_FILES. (diff) |
- Update to 1.1.3
- Update MASTER_SITES
- Fix install problem with manpages
- Mark BROKEN on 4.x
PR: 90461
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: clement (mentor, implicitly)
Notes
Notes:
svn path=/head/; revision=151329
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 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> |