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