aboutsummaryrefslogtreecommitdiffstats
path: root/games/xmines/Makefile
blob: 1575d9a78cad8fe8248204810ae13978ecf467ff (plain) (blame)
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
26
27
28
# Created by: Andrey Zakhvatov
# $FreeBSD$

PORTNAME=   xmines
PORTVERSION=    1.0
PORTREVISION=   2
CATEGORIES= games
MASTER_SITES=   SUNSITE
MASTER_SITE_SUBDIR= games/strategy
DISTNAME=   ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Minesweeper game for the X Window System

USE_XORG=   x11 xt
CFLAGS+=    -Wno-error=return-type

PORTDOCS=   README

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>