aboutsummaryrefslogtreecommitdiff
path: root/games/xataxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xataxx/Makefile')
-rw-r--r--games/xataxx/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/games/xataxx/Makefile b/games/xataxx/Makefile
index 2fb7f300037a..fbe14fbdc6d9 100644
--- a/games/xataxx/Makefile
+++ b/games/xataxx/Makefile
@@ -5,18 +5,26 @@ CATEGORIES= games
MASTER_SITES= XCONTRIB/../R5contrib
DISTNAME= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= Strategy game of position and movement for X Window System
-OPTIONS_DEFINE= DOCS
+LICENSE= NONE
USES= imake tar:Z xorg
USE_XORG= x11 xext
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
+CFLAGS+= -Wno-error=int-conversion
+.endif
+
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in README TODO
(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>