aboutsummaryrefslogblamecommitdiff
path: root/games/xmines/Makefile
blob: 8a9bbfc0f150f0abd222999e52aed39dfc0a325c (plain) (tree)
1
2
3
4
5
6
7
8
9
                              
 

                      
                 
                     
                                      
                           
 
                                 
                                                        
 
                    
                      



                                      
                    

             

                                                              

                      
# Created by: Andrey Zakhvatov

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

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

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

PORTDOCS=	README

OPTIONS_DEFINE=	DOCS

post-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>