aboutsummaryrefslogtreecommitdiff
path: root/games/tmw/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-09-06 19:38:19 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-09-06 19:38:19 +0000
commitf5a1ff7141b9b40bc9ce28b3654b9736928324fe (patch)
treed2fd54fd4e79e977c0d150e3c15eb2063379ea14 /games/tmw/Makefile
parente87e3d893f84b202d199372ab7dec2ad9abb7411 (diff)
Notes
Diffstat (limited to 'games/tmw/Makefile')
-rw-r--r--games/tmw/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/games/tmw/Makefile b/games/tmw/Makefile
index 377467330ddf..20261ae65a31 100644
--- a/games/tmw/Makefile
+++ b/games/tmw/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= tmw
-PORTVERSION= 0.0.19
+PORTVERSION= 0.0.20
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= themanaworld
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mva@sysfault.org
COMMENT= A free open source 2D MMORPG in development
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
@@ -28,4 +28,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags` -I${X11
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
CXXFLAGS="${PTHREAD_LIBS}"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile
+.endif
+
+.include <bsd.port.post.mk>