aboutsummaryrefslogtreecommitdiff
path: root/games/gma/Makefile
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>1999-06-22 03:03:43 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>1999-06-22 03:03:43 +0000
commitdde0b8261bc0c4a9e244f7b516efa34ef2e4b700 (patch)
treeb5e786d7d1c0345a2919af84feba5f58d9fea040 /games/gma/Makefile
parent82d7afb358c51750de6a05035d49c0cb0e40a18c (diff)
PR: 12327
Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw> GMA or "The Go-Moku Apprentice" is a computerized go-moku player that learns playing the game entirely from its opponent. It was written for fun by Johan Walles (d92-jwa@nada.kth.se) in October 1998. The goal of Go-Moku is to get five (or more) marks in a row (horisontally, vertically or diagonally). You get to put one mark each time it is your turn. WWW: http://www.student.nada.kth.se/~d92-jwa/code/
Notes
Notes: svn path=/head/; revision=19616
Diffstat (limited to 'games/gma/Makefile')
-rw-r--r--games/gma/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/gma/Makefile b/games/gma/Makefile
new file mode 100644
index 000000000000..c56f1e1780a2
--- /dev/null
+++ b/games/gma/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gma
+# Version required: 0.5
+# Date created: 22 June 1999
+# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
+#
+# $Id$
+#
+
+DISTNAME= gma-0.5
+CATEGORIES= games
+MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/
+
+MAINTAINER= ijliao@csie.nctu.edu.tw
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>