freebsd-ports/games/xmines/Makefile

26 lines
470 B
Makefile
Raw Normal View History

# Created by: Andrey Zakhvatov
1999-08-25 08:06:33 +02:00
# $FreeBSD$
PORTNAME= xmines
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SUNSITE/games/strategy
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:32:26 +01:00
COMMENT= Minesweeper game for the X Window System
USE_XORG= x11 xt
CFLAGS+= -Wno-error=return-type
PORTDOCS= README
2013-11-14 21:51:43 +01:00
OPTIONS_DEFINE= DOCS
post-install:
2013-11-14 21:51:43 +01:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>