summaryrefslogtreecommitdiff
path: root/games/xmines/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xmines/Makefile')
-rw-r--r--games/xmines/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/games/xmines/Makefile b/games/xmines/Makefile
new file mode 100644
index 000000000000..d40c7ef62c3d
--- /dev/null
+++ b/games/xmines/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: xmines
+# Version required: 1.0
+# Date created: 18 August 1999
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= xmines
+PKGNAME= xmines-1.0
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= games/strategy
+
+MAINTAINER= andy@icc.surw.chel.su
+
+USE_X_PREFIX= yes
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/xmines
+ @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmines
+.endif
+
+.include <bsd.port.mk>