summaryrefslogtreecommitdiff
path: root/games/xmine/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1994-12-26 15:26:04 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1994-12-26 15:26:04 +0000
commit36849aae92509041aaab402329e3f7353ef83bef (patch)
tree67b1de0d54902be4a3521b13534878b0ee6e34d3 /games/xmine/Makefile
parentlha added (diff)
The new-style port for Paul Falstad's xminesweeper, here
my Xaw-only version.
Notes
Notes: svn path=/head/; revision=618
Diffstat (limited to 'games/xmine/Makefile')
-rw-r--r--games/xmine/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xmine/Makefile b/games/xmine/Makefile
new file mode 100644
index 000000000000..9b43b99fa1f0
--- /dev/null
+++ b/games/xmine/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: xmine(1)
+# Version required: 1.0.3 / Athena
+# Date created: 25 December 1994
+# Whom: joerg
+#
+# $Id$
+#
+
+DISTNAME= xmine-1.0.3-Xaw
+USE_IMAKE= yes
+
+DEPENDS= x11/Xaw3d
+
+.include <bsd.port.mk>