Update math/R-cran-xts to version 0.10.0
[dports.git] / games / xataxx / Makefile
1 # Created by: Andrey Zakhvatov
2 # $FreeBSD$
3
4 PORTNAME=       xataxx
5 PORTVERSION=    1.0
6 PORTREVISION=   2
7 CATEGORIES=     games
8 MASTER_SITES=   XCONTRIB/../R5contrib
9 DISTNAME=       ${PORTNAME}
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Strategy game of position and movement for X Window System
13
14 OPTIONS_DEFINE= DOCS
15
16 USES=           imake tar:Z
17 USE_XORG=       x11 xext
18
19 post-install:
20         @${MKDIR} ${STAGEDIR}${DOCSDIR}
21 .for i in README TODO
22         (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
23 .endfor
24
25 .include <bsd.port.mk>