Tweak games/kreversi version 4.14.3
[dports.git] / games / xmines / Makefile
1 # Created by: Andrey Zakhvatov
2 # $FreeBSD$
3
4 PORTNAME=       xmines
5 PORTVERSION=    1.0
6 PORTREVISION=   3
7 CATEGORIES=     games
8 MASTER_SITES=   SUNSITE/games/strategy
9 DISTNAME=       ${PORTNAME}
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Minesweeper game for the X Window System
13
14 USE_XORG=       x11 xt
15 CFLAGS+=        -Wno-error=return-type
16
17 PORTDOCS=       README
18
19 OPTIONS_DEFINE= DOCS
20
21 post-install:
22         @${MKDIR} ${STAGEDIR}${DOCSDIR}
23         ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
24
25 .include <bsd.port.mk>