1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/games/xmines/Makefile
2021-04-06 16:31:07 +02:00

26 lines
470 B
Makefile

# 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>