summaryrefslogtreecommitdiff
path: root/games/xmemory/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-02-12 08:11:09 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-02-12 08:11:09 +0000
commit2da5df06726aa93ec136672a9777f59808175767 (patch)
tree21ea9989dcd5815f91e8f7f3e210eb986fbe8844 /games/xmemory/Makefile
parentWhen sourcing "config.sh" in shell scripts, specify it as "./config.sh" (diff)
Import xmemory port. xmemory is a multiplayer memory game.
PR: 5678 Submitted by: Dave Chapeskie <dchapes@ddm.on.ca>
Notes
Notes: svn path=/head/; revision=9673
Diffstat (limited to 'games/xmemory/Makefile')
-rw-r--r--games/xmemory/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/games/xmemory/Makefile b/games/xmemory/Makefile
new file mode 100644
index 000000000000..6b337c33b712
--- /dev/null
+++ b/games/xmemory/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: xmemory
+# Version required: 3.7
+# Date Created: Sat Feb 7 21:37:09 EST 1998
+# Whom: Dave Chapeskie <dchapes@ddm.on.ca>
+#
+# $Id$
+#
+
+DISTNAME= xmemory-3.7
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= games/multiplayer
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= dchapes@ddm.on.ca
+
+USE_IMAKE= yes
+
+post-install:
+ @${MKDIR} ${X11BASE}/lib/X11/xmemory
+ ${INSTALL_DATA} ${WRKSRC}/home.mem ${WRKSRC}/sports.mem \
+ ${X11BASE}/lib/X11/xmemory
+ ${LN} -sf home.mem ${X11BASE}/lib/X11/xmemory/default.mem
+
+.include <bsd.port.mk>