1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/xmines/Makefile
Dmitry Marakasov c6f8878092 - Move scorefile into /var/games
- Modernize plist
2015-08-05 02:13:53 +00:00

26 lines
470 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
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
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>