1999-08-18 21:48:20 +02:00
|
|
|
# New ports collection makefile for: xmines
|
|
|
|
# Date created: 18 August 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1999-08-18 21:48:20 +02:00
|
|
|
#
|
|
|
|
|
2000-08-06 18:02:28 +02:00
|
|
|
PORTNAME= xmines
|
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
1999-08-18 21:48:20 +02:00
|
|
|
MASTER_SITE_SUBDIR= games/strategy
|
2000-08-06 18:02:28 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
1999-08-18 21:48:20 +02:00
|
|
|
|
2000-08-06 18:02:28 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-08-18 21:48:20 +02:00
|
|
|
|
2002-11-06 23:47:41 +01:00
|
|
|
PORTCOMMENT= Minesweeper game for the X Window System
|
|
|
|
|
2000-08-06 18:02:28 +02:00
|
|
|
USE_X_PREFIX= yes
|
1999-08-18 21:48:20 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2001-12-24 03:17:17 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
1999-08-18 21:48:20 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|